C
Code Intelligence MCP
by @lyw405
Intelligent code suggestion MCP service that provides AI-powered component and utility method recommendations for AI IDEs.
Created 11/14/2025
Updated about 1 month ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-code-intelligence-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"lyw405-code-intelligence-mcp": {
"command": "npx",
"args": [
"lyw405-code-intelligence-mcp"
]
}
}
}
Author Servers
Other servers by lyw405