Skip to main content
Glama
mcp-config-example.json530 B
{ "mcpServers": { "backlog": { "command": "npx", "args": ["-y", "@rwese/mcp-backlog"], "description": "Backlog and todo management server" } } } // Alternative configurations: // Using global npm install: // { // "mcpServers": { // "backlog": { // "command": "mcp-backlog" // } // } // } // Using local build: // { // "mcpServers": { // "backlog": { // "command": "node", // "args": ["/Users/YOUR_USERNAME/Repos/mcp-backlog/dist/index.js"] // } // } // }

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/rwese/mcp-backlog'

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