Stockyard MCP Server
Click on "Deploy 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@latestRelated MCP server: MCP Hub
Configure
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 deployed
Maintenance
Related MCP Connectors
Deploy and manage your apps, databases, storage, and scheduled jobs from your AI agent
Deploy full-stack apps (Postgres, Redis, S3, workers, backups) from Claude or curl. 59 MCP tools.
AI-native git hosting — repos, PRs, issues, CI gates, and AI code review over MCP (60 tools).
Universal AI API Orchestrator — 1,554 tools, 96 services. One install.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to dynamically discover and invoke containerized tools that can be registered at runtime without redeployment. Built on Cloudflare Workers with scale-to-zero containers for secure, isolated tool execution.-
- AlicenseCqualityCmaintenanceAn AI-native management hub that enables users to control WordPress, WooCommerce, and various self-hosted services like Gitea and Supabase through AI assistants. It provides a comprehensive suite of nearly 600 tools for managing content, ecommerce stores, repositories, and databases using natural language.1002MIT
- AlicenseNot gradedqualityNot gradedmaintenanceA comprehensive personal AI toolserver that exposes 105 tools across 25 groups—including Slack, Docker, and calendar management—to Claude and VS Code. It features a Go-based MCP server integrated with a custom VS Code extension and n8n workflow automation for streamlined personal productivity.2 npm-
- FlicenseNot gradedqualityDmaintenanceProvisions Docker-based development environments on demand, allowing AI agents to create, manage, and inspect containerized dev environments without manual setup.-