FindAgent declarative MCP runtime — turns a FindAgent agent manifest into a live MCP server. Agents are declarative-only; this trusted runtime executes their tool bindings (no shipped code).
{
"mcpServers": {
"findagentmcp": {
"command": "npx",
"args": [
"-y",
"@findagent/mcp"
]
}
}
}