★ 113 stars
TypeScript
🤖 AI/LLM
Updated 1mo ago
Universal AI Development Platform with MCP server integration, multi-provider support, and professional CLI. Build, test, and deploy AI applications with multiple ai providers.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"neurolink": {
"command": "npx",
"args": [
"-y",
"juspay/neurolink"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add neurolink npx -y juspay/neurolink
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"neurolink": {
"command": "npx",
"args": [
"-y",
"juspay/neurolink"
]
}
}
}
📋 Copy
Topics
agents ai ai-development ai-platform automation developer-tools llm local-first mcp model-context-protocol neurolink skills universal-ai