Skip to main content
Glama
stockyard-dev

Stockyard MCP Server

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

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

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.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

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