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

  • A
    license
    C
    quality
    B
    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.
    Last updated
    100
    2
    MIT
  • A
    license
    -
    quality
    -
    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.
    Last updated
    2

View all related MCP servers

Related MCP Connectors

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

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

  • Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free.

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