20 days ago
Project playbook for AI Builder and management. .Create a project on the project portal, then connect your AI tool of choice to the MCP server to start completing the task as needed.
Server Config
{
"mcpServers": {
"mission-control": {
"url": "https://mission-control-six-kohl.vercel.app/api/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer mc_YOUR_TOKEN_HERE"
}
}
}
}