io.github.abhiyoheswaran1/baseframelabs-catalogue
Official5 toolsAgent-native catalogue of Baseframe Labs dev tools and MCP servers.
Searchable catalogue of Baseframe Labs development tools and MCP servers.
Captured live from the server via tools/list.
find_tools
Find Baseframe Labs developer tools that fit a plain-language goal, ranked. Use this first when the user describes a problem (e.g. 'make my agent's PRs reviewable').
Parameters (1)
- goalstringrequired
What the user is trying to do.
list_products
List the full Baseframe Labs catalogue with slugs, categories, and install commands.
No parameters.
get_install
Get the install command and links for one product by slug.
Parameters (2)
- slugstringrequired
Product slug, e.g. 'agentloopkit'.
- clientstring
Optional coding-agent client, e.g. 'claude', 'cursor', 'codex'.
get_mcp_config
Get the MCP client config to wire a product's own MCP server into the user's coding agent, if it ships one.
Parameters (2)
- slugstringrequired
Product slug, e.g. 'projscan'.
- clientstring
Optional client: 'claude', 'cursor', or 'codex'.
get_docs
Get the full agent-readable guide for one product by slug (overview, features, setup, usage).
Parameters (1)
- slugstringrequired
Product slug, e.g. 'projscan'.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"baseframelabs-catalogue": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.baseframelabs.com"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.