Skip to main content

MCP server

The Cyclopt MCP Server connects AI coding assistants with Cyclopt's software intelligence, giving you direct access to code quality, maintainability and security insights inside your AI workflow, without switching tools.

What is the Cyclopt MCP Server?

The Cyclopt MCP Server exposes Cyclopt's analysis engine to AI coding assistants over the Model Context Protocol. Through it, your assistant can request different types of code analysis, check job progress, and retrieve results — turning analysis output into usable context at the exact moment you and your AI agent are working on the code.

How does it work?

Through the MCP Server, you can query Cyclopt analysis results, review detected issues, understand key code metrics, and receive actionable guidance while working with your AI assistant, without leaving your development workflow. Instead of treating code analysis as a separate step, it makes Cyclopt's insights available in-line, helping you move from generated suggestions to reviewed, safer and more reliable software.

img

Before you start

You'll need a Cyclopt API token. Generate one in Settings → Cyclopt API Token (see Settings) and keep it handy. Replace <YOUR_CYCLOPT_API_TOKEN> in the snippets below with your token.

Set up the MCP server in your AI assistant

Claude Code

  1. Generate your Cyclopt API token (from the Cyclopt dashboard).
  2. Run the MCP add command in your CLI using your token:
claude mcp add cyclopt --transport http "https://mcp-server.cyclopt.com/mcp" --header "Authorization: Bearer <YOUR_CYCLOPT_API_TOKEN>" --scope user
  1. Fully restart Claude Code.
  2. In Claude Code, test MCP with a read-only query:
List all Cyclopt analyzers.

GitHub Copilot

  1. Generate your Cyclopt API token (from the Cyclopt dashboard).
  2. In your project root, open or create .vscode/mcp.json and add the Cyclopt entry:
.vscode/mcp.json
{
"servers": {
"cyclopt": {
"transport": "http",
"url": "https://mcp-server.cyclopt.com/mcp",
"headers": {
"Authorization": "Bearer <YOUR_CYCLOPT_API_TOKEN>"
}
}
}
}
  1. Reload VS Code: open the Command Palette and run Developer: Reload Window.
  2. Open Copilot Chat and test MCP with a read-only query:
List all Cyclopt analyzers.

Open Code

  1. Generate your Cyclopt API token (from the Cyclopt dashboard).
  2. Find or create opencode.json with the content:
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"cyclopt": {
"type": "remote",
"url": "https://mcp-server.cyclopt.com/mcp",
"enabled": true,
"headers": {
"Authorization": "Bearer <YOUR_CYCLOPT_API_TOKEN>"
}
}
}
}
  1. Restart Open Code.
  2. In Open Code, test MCP with a read-only query:
List all Cyclopt analyzers.

Next steps

Prefer feedback rendered directly in your editor? Install the IDE plugins.

Ship Fast. Validate Smarter.Protect your reputation.

Cyclopt G2 profile

29A, Ptolemaion Street, Coho Building, Thessaloniki, Greece, Tel: +30 2310 471 030
Copyright © 2026 Cyclopt
We use cookies to improve user experience. For more information you can visit our Privacy policy