After you add the Issue Management MCP server to an AI assistant, you can query your Polaris security findings using natural language.
The Issue Management MCP server is hosted in Polaris and can be added to AI assistants that support the Model Context Protocol (MCP). No installation or deployment is required—you simply configure your AI assistant (client) to connect to your Polaris instance.
The following procedures describe how to add the Issue Management MCP server to supported AI assistants.
Add the Issue Management MCP server to Claude Code
Use the Claude Code CLI to connect to the Issue Management MCP server with your Polaris access token.
Before you begin:
- Ensure you have Claude Code installed on your system.
- Create a Polaris access token for authentication. See Make an access token for more information.
Use the Claude Code CLI to connect to the Issue Management MCP server hosted on your Polaris instance.
The Issue Management MCP server is now connected to Claude Code. You can query your security findings using natural language queries. For example:
- "Show me the most common critical vulnerabilities in my portfolio"
- "What's the most vulnerable project in my portfolio?"
- "List my open security issues"
- "How do I fix issue [issue-id]?"
Add the Issue Management MCP server to GitHub Copilot
Update your MCP configuration file in VS Code to connect to the Issue Management MCP server with your Polaris access token.
Before you begin:
- Ensure you have VS Code with the GitHub Copilot extension installed.
- Create a Polaris access token for authentication. See Make an access token for more information.
GitHub Copilot in VS Code uses an mcp.json configuration file to connect to MCP servers. You can configure the connection at the workspace level or user level.
The Issue Management MCP server is now connected to GitHub Copilot. You can query your security findings using natural language queries. For example:
- "Show me the most common critical vulnerabilities in my portfolio"
- "What's the most vulnerable project in my portfolio?"
- "List my open security issues"
- "How do I fix issue [issue-id]?"