Stats
Actions
Tags
From ai-team-os
Local Python MCP server for AI Team OS. Connects to remote API via AITEAM_API_URL to provide tools, resources, or prompts for AI team operations and collaboration.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ai-team-os": {
"command": "python",
"args": [
"-m",
"aiteam.mcp.server"
],
"env": {
"AITEAM_API_URL": "http://localhost:8000"
}
}
}
}Server configuration and connection parameters
pythonCommand-line arguments passed to the server process
Environment variables set when the server starts
AITEAM_API_URL=http://localhost:8000npx claudepluginhub cronusl-1141/ai-company --plugin ai-team-os