MCP Hub
Back to servers

Stockyard MCP Server

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.

glama
Updated
Apr 3, 2026

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 | sh

Or build from source:

go install github.com/stockyard-dev/stockyard-mcp/cmd/stockyard-mcp@latest

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

ToolDescription
list_toolsList installed Stockyard tools and their status
install_toolInstall a tool by name
tool_statusCheck health of a running tool
query_apiMake API calls to running tools
available_toolsBrowse 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.

Reviews

No reviews yet

Sign in to write a review