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

Related MCP server: Container Exec MCP Server

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
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
  • A
    license
    C
    quality
    C
    maintenance
    An 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.
    100
    2
    MIT
  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    A 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

View all related MCP servers

Related MCP Connectors

  • Universal AI API Orchestrator — 1,554 tools, 96 services. One install.

  • Git-backed platform for skills, tools, and context for AI agents

  • The agent-native cloud: database, functions, AI, storage, computers. 50 tools, one API key.

View all MCP Connectors

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