@mmlotfy/intellicodemcp
Version:
IntelliCodeMCP - Advanced AI Model Context Protocol System for intelligent code management and orchestration
52 lines (51 loc) • 1.6 kB
JSON
{
"mcpServers": {
"intellicode-mcp": {
"command": "npx",
"args": ["@mmlotfy/intellicodemcp"],
"description": "IntelliCodeMCP - Advanced AI Model Context Protocol System",
"capabilities": {
"tools": true,
"resources": false,
"prompts": false
},
"tools": [
{
"name": "memory_bank",
"description": "File-based storage system for project data with search capabilities",
"category": "storage"
},
{
"name": "code_trace",
"description": "Real-time TypeScript and ESLint error tracking",
"category": "development"
},
{
"name": "smartcontext_weaver",
"description": "Long conversation context management and summarization",
"category": "ai"
},
{
"name": "smartthink_weaver",
"description": "Multi-agent reasoning for complex problem solving",
"category": "ai"
},
{
"name": "performance_orchestrator",
"description": "Intelligent AI model selection and task orchestration",
"category": "orchestration"
},
{
"name": "web_search",
"description": "Search the web using SerpAPI for real-time information",
"category": "research"
}
],
"version": "1.0.0",
"author": "mmlotfy",
"license": "MIT",
"repository": "https://github.com/MLotfy88/IntelliCodeMCP",
"documentation": "https://github.com/MLotfy88/IntelliCodeMCP#readme"
}
}
}