compoid-mcp
AI-powered repository management for Compoid - Search records, download artifacts, create entries, and manage communities with natural language.
Install compoid-mcp in your MCP client
compoid-mcp is a Model Context Protocol server. Add it to your MCP client config once, restart, and the server's tools become available to your AI assistant. The same JSON snippet below works across all four major clients — only the config file path differs.
- Locate your client's MCP config file.
- Cursor:
~/.cursor/mcp.json - Claude Desktop (macOS):
~/Library/Application Support/Claude/claude_desktop_config.json - Claude Desktop (Windows):
%APPDATA%\Claude\claude_desktop_config.json - VS Code:
Settings → Extensions → MCP - Windsurf:
Settings → MCP Servers
- Cursor:
- Add compoid-mcp to the mcpServers map — paste the snippet below into your config file. If you already have other MCP servers, merge the entry into the existing
mcpServersobject. - Restart your client so it picks up the new server.
- Verify — ask the assistant to list available tools; compoid-mcp's tools should appear.
{
"mcpServers": {
"compoid-mcp": {
"command": "npx",
"args": [
"-y",
"@compoid-mcp/mcp-server"
],
"note": "Replace with the actual package name from the server's documentation."
}
}
}Install compoid-mcp in Cursor
Open ~/.cursor/mcp.json in your editor, paste the snippet above into mcpServers, save, and restart Cursor. compoid-mcp will show up in the assistant's tool list on next launch.
Install compoid-mcp in Claude Desktop (macOS)
Open ~/Library/Application Support/Claude/claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (macOS). compoid-mcp will show up in the assistant's tool list on next launch.
Install compoid-mcp in Claude Desktop (Windows)
Open %APPDATA%\Claude\claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (Windows). compoid-mcp will show up in the assistant's tool list on next launch.
Install compoid-mcp in VS Code
Open Settings → Extensions → MCP in your editor, paste the snippet above into mcpServers, save, and restart VS Code. compoid-mcp will show up in the assistant's tool list on next launch.
More build.protocol_tooling.mcp MCP servers
Other Model Context Protocol servers in the same space as compoid-mcp. Each one adds different capabilities to your AI assistant — pick based on the data sources or workflows you need.
Kinescope MCP Server
Kinescope MCP Server — Integrates Kinescope's video platform with AI assistants via the Model Context Protocol. Manage videos, access analytics, control live streams, and automate workflows through natural language. Upload, organize, update metadata, view performance metrics, and manage playlists without leaving your AI assistant. Useful for content creators, media teams, and developers who want to streamline video operations with AI assistance.
SpaceMolt
Manage and interact with various gaming environments directly through your interface. Automate common tasks like checking player status or updating configurations. Streamline your gaming workflow with real-time control and monitoring capabilities.
America's Law Graph
US federal and state statutory law MCP server. 529K sections across 50 states, the US Code, and Code of Federal Regulations. 11 tools: fulltext search, citation graph traversal, cross-reference navigation, risk surface analysis, doctrinal lineage. Free tier — no API key needed.
sec-edgar-mcp
Access SEC EDGAR financial data through your AI assistant. Search public companies, pull income statements, balance sheets, and cash flows, browse 10-K/10-Q filings, track insider trades, and view historical stock prices. Built for investors, analysts, and finance teams who need fast access to regulatory filings. Uses the free public SEC API. Free tier: 10 calls/day.
Panko Alerts — Food Safety Data
Search live food safety data from FDA, FSIS, CDC, and city health departments (NYC, Chicago, SF, Seattle, Boston). 5 tools: search recalls, outbreaks, alerts, restaurant inspection articles, and food safety guides. Data aggregated from 25+ public government sources via Panko Alerts (alerts.getpanko.app).
socrata-mcp-server
Search and query government open-data portals (Socrata SODA API).
Lodi Kids Activities
Free, parent-trust-first directory of youth programs and licensed daycares in Lodi, California. 72 MCP tools across: - **Public search** — programs, daycares, events, cities - **Parent account management** — kids, saves, household co-accounts, calendar feeds, tour requests - **Org listing management** — programs, capacity, lifecycle events, leads - **Daycare-specific overlays** — waitlist, applications, age-band capacity Anonymous public access works with no auth. Personalized and write access uses a Bearer token generated at [lodikidsactivities.com/account/mcp](https://lodikidsactivities.com/account/mcp).
Opendata Ademe
Access to ADEME datasets (French ecological transition agency) - data on energy, environment, waste, transport, housing
Browse the full MCP server directory or use Stork's one-line install to let your agent pick the right server automatically.
