Stockyard MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Stockyard MCP Serverinstall the bounty bug tracker and check its status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Stockyard MCP Server
Model Context Protocol server for managing Stockyard self-hosted tools from AI editors like Claude Desktop, Cursor, Windsurf, and others.
Install
curl -fsSL https://stockyard.dev/stockyard-mcp/install.sh | shOr build from source:
go install github.com/stockyard-dev/stockyard-mcp/cmd/stockyard-mcp@latestConfigure
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"stockyard": {
"command": "stockyard-mcp"
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"stockyard": {
"command": "stockyard-mcp"
}
}
}Available Tools
Tool | Description |
| List installed Stockyard tools and their status |
| Install a tool by name |
| Check health of a running tool |
| Make API calls to running tools |
| Browse all 150 available tools |
Example Usage
"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"
About
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stockyard-dev/stockyard-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server