Agent access
A small MCP server that lets agents find MCP servers by task, read a structured risk profile, and generate a pasteable client config — without scraping a human directory.
search_mcp — task or name search with risk levelsget_server — full normalized recordgenerate_config — client config + env checklistlist_fresh — recent catalog entriesClone the repo, then point Claude Desktop / Cursor at the router entry file. Replace the absolute path.
{
"mcpServers": {
"lookformcp": {
"command": "node",
"args": ["/ABS/PATH/TO/look4mcp/packages/mcp-router/src/server.mjs"]
}
}
}{
"tool": "search_mcp",
"arguments": { "query": "read-only mysql", "limit": 5 }
}v0 serves a stub catalog (dataQuality: "stub"). Every response includes asOf. Risk is a decision aid, not certification.
From the monorepo root:
yarn router:smokeDogfood checklist: (1) run smoke, (2) add the install snippet to Claude Desktop or Cursor, (3) ask the agent search_mcp query="github", (4) confirm stderr events router_search / router_resolve / router_config_generated.
Optional NDJSON log: set LOOK4MCP_EVENT_LOG=1 → data/derived/router-events.ndjson.
GET /api/router/search?q=githubGET /api/router/config?id=…&client=claude-desktop