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: 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_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.

Related MCP Connectors

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 npm
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provisions Docker-based development environments on demand, allowing AI agents to create, manage, and inspect containerized dev environments without manual setup.
    -