~ docs
Documentation
everything you need to use and build for mcp-get.
getting started
mcp-get is a registry for Model Context Protocol tools. install the CLI to discover, install, and publish MCP servers.
# install the cli
$ npm install -g mcp-get
# login to your account
$ mcp-get login
# search and install a tool
$ mcp-get search weather
$ mcp-get install weather
tools install to ~/.mcp/tools/ and auto-register in mcp.json
cli commands
api reference
base: http://localhost:8000 — openapi docs at /docs
publishing tools
create an mcp.json manifest and run mcp-get publish.
tools are sandboxed: no network, 256 MB memory, 30s timeout, non-root. passes → goes live.
mcp protocol
MCP tools communicate over stdio using JSON-RPC 2.0. your server must handle:
see modelcontextprotocol.io for the full spec.
ai discovery
describe what your agent needs in plain english. ai searches the registry and recommends the best tools.
# cli (requires AI_API_KEY)
$ mcp-get ask "I need to query a Postgres database"
# or use the web ui at /discover