★ 98 stars
Unknown language
🔌 API Integration
Updated 2mo ago
🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows
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": {
"all-in-one-model-con": {
"command": "npx",
"args": [
"-y",
"nguyenvanduocit/all-in-one-model-context-protocol"
]
}
}
}
Run in terminal:
claude mcp add all-in-one-model-con npx -y nguyenvanduocit/all-in-one-model-context-protocol
Add to .cursor/mcp.json:
{
"mcpServers": {
"all-in-one-model-con": {
"command": "npx",
"args": [
"-y",
"nguyenvanduocit/all-in-one-model-context-protocol"
]
}
}
}
Topics
deepseekmcpmodel-context-protocol