★ 88 stars
Go
🤖 AI/LLM
Updated 18d ago
Code intelligence for AI assistants - MCP server, CLI, and HTTP API with symbol navigation, impact analysis, and architecture mapping
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"codemcp": {
"command": "go",
"args": [
"run",
"github.com/SimplyLiz/CodeMCP@latest"
]
}
}
}
Run in terminal:
claude mcp add codemcp go run github.com/SimplyLiz/CodeMCP@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"codemcp": {
"command": "go",
"args": [
"run",
"github.com/SimplyLiz/CodeMCP@latest"
]
}
}
}
Topics
aiarchitectureclaudeclicode-analysiscode-intelligencecursordeveloper-toolsgolangllmlspmcpmcp-serverrefactoringscip