n MCP (Model Context Protocol) server exposing business operations — task management and internal knowledge-base search (RAG) — as typed, reusable tools any AI agent (Claude, LangGraph, CrewAI) can call directly.
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": {
"business-operations-": {
"command": "uvx",
"args": [
"business-operations-mcp-server-ai-agent-tooling-for-task-management-knowledge-base-retrieval"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add business-operations- uvx business-operations-mcp-server-ai-agent-tooling-for-task-management-knowledge-base-retrieval
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"business-operations-": {
"command": "uvx",
"args": [
"business-operations-mcp-server-ai-agent-tooling-for-task-management-knowledge-base-retrieval"
]
}
}
}
📋 Copy
Or install with pip: pip install business-operations-mcp-server-ai-agent-tooling-for-task-management-knowledge-base-retrieval