Matrix logo

Server Templates

The mcp-server-templates.json catalog — ready-to-copy MCP server definitions for popular integrations like GitHub, Supabase, Playwright, Cloudflare, and more.

agents/mcp-server-templates.json is a catalog of ready-to-copy MCP server definitions. Copy the servers you need into an agent manifest (Matrix form) or a ~/.claude.json mcpServers block, then replace the YOUR_*_HERE placeholders.

Selected templates

ServerLaunchDescription
githubnpx @modelcontextprotocol/server-githubPRs, issues, repos.
supabasenpx @supabase/mcp-server-supabaseSupabase database operations.
playwrightnpx @playwright/mcpBrowser automation and testing.
firecrawlnpx firecrawl-mcpWeb scraping and crawling.
exa-web-searchnpx exa-mcp-serverWeb search and research via Exa.
context7npx @upstash/context7-mcpLive documentation lookup.
jira / confluenceuvx mcp-atlassian / npx confluence-mcp-serverAtlassian issue tracking + wiki.
vercel / railwayhttp / npx @railway/mcp-serverDeployment platforms.
cloudflare-*http (docs, builds, bindings, observability)Cloudflare surfaces.
clickhousehttpAnalytics queries.
memory / omega-memorynpx @modelcontextprotocol/server-memory / uvx omega-memoryPersistent memory.
sequential-thinkingnpx @modelcontextprotocol/server-sequential-thinkingChain-of-thought reasoning.
fal-ainpx fal-ai-mcp-serverAI image/video/audio generation.

stdio vs http templates

"github": {
  "command": "npx",
  "args": ["-y", "@modelcontextprotocol/server-github"],
  "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_PAT_HERE" },
  "description": "GitHub operations - PRs, issues, repos"
},
"vercel": {
  "type": "http",
  "url": "https://mcp.vercel.com",
  "description": "Vercel deployments and projects"
}

The catalog's own guidance: replace YOUR_*_HERE with real values, and keep under ~10 servers enabled at once to preserve the context window.

These templates use the generic mcpServers shape. To use one in a Matrix agent, translate it to the agent-manifest schema — add an alias, version, package_digest, and an exhaustive tools list, and convert env secrets to $env:NAME refs.