CodePulseHQ/llm-ide
MCP server that exposes IDE‑grade code intelligence and refactoring tools over a unified API for Python, JS/TS, Go, HTML, and CSS. It indexes workspaces for symbol lookup, provides navigation and analysis primitives, and offers refactoring operations that change code surgically. All designed to save LLM token usage and reduce costs.
Platform-specific configuration:
{
"mcpServers": {
"llm-ide": {
"command": "npx",
"args": [
"-y",
"llm-ide"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...