Pantheon-MCP enables agents to match each task with a tailored instructions set (agent definition) automatically.
Server Config
{
"mcpServers": {
"pantheon-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pantheon-mcp"
],
"env": {}
}
}
}