Skip to main content
Glama
manifest.json1.14 kB
{ "servers": { "github": { "description": "GitHub operations: repos, issues, PRs, branches, commits", "command": "npx", "args": ["-y", "@modelcontextprotocol/server-github"], "env": {"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"} }, "filesystem": { "description": "Read, write, and manage files on the local filesystem", "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "C:/"], "env": {} }, "fetch": { "description": "Fetch URLs and retrieve web content", "command": "npx", "args": ["-y", "@modelcontextprotocol/server-fetch"], "env": {} }, "playwright": { "description": "Browser automation: navigate pages, click elements, fill forms, take screenshots", "command": "npx", "args": ["-y", "@playwright/mcp@latest"], "env": {} }, "sequential-thinking": { "description": "Step-by-step reasoning and problem solving with dynamic thought chains", "command": "npx", "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"], "env": {} } } }

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/CyberClash/mcp_coordinator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server