loading…
Search for a command to run...
loading…
Enables AI editors to install, monitor, and query Stockyard's collection of 150 self-hosted developer tools. Manages lightweight Go-based tools with embedded SQ
Enables AI editors to install, monitor, and query Stockyard's collection of 150 self-hosted developer tools. Manages lightweight Go-based tools with embedded SQLite databases without requiring Docker or external dependencies.
Model Context Protocol server for managing Stockyard self-hosted tools from AI editors like Claude Desktop, Cursor, Windsurf, and others.
curl -fsSL https://stockyard.dev/stockyard-mcp/install.sh | sh
Or build from source:
go install github.com/stockyard-dev/stockyard-mcp/cmd/stockyard-mcp@latest
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"stockyard": {
"command": "stockyard-mcp"
}
}
}
Add to .cursor/mcp.json:
{
"mcpServers": {
"stockyard": {
"command": "stockyard-mcp"
}
}
}
| Tool | Description |
|---|---|
list_tools |
List installed Stockyard tools and their status |
install_tool |
Install a tool by name |
tool_status |
Check health of a running tool |
query_api |
Make API calls to running tools |
available_tools |
Browse all 150 available tools |
"Install the bounty bug tracker and check its status"
"What Stockyard tools do I have installed?"
"Query the headcount analytics API for today's visitors"
Stockyard is a collection of 150 self-hosted developer tools. Each ships as a single Go binary with embedded SQLite. No Docker, no Postgres, no external dependencies.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"stockyard-mcp-server": {
"command": "npx",
"args": []
}
}
}