We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bgauryy/octocode-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "octocode-claude-plugin",
"description": "BETA: AI development team with specialized agents for building projects. Use /octocode-generate-quick (FAST), /octocode-generate (thorough: 6 agents, 4 gates), or /octocode-feature (enhance existing code). Features parallel execution and research-driven decisions.",
"version": "1.1.0",
"author": {
"name": "Guy Bary",
"email": "bgauryy@gmail.com"
},
"mcpServers": {
"octocode-local-memory": {
"command": "npx",
"args": ["octocode-local-memory@latest"]
},
"octocode-mcp": {
"command": "npx",
"args": ["octocode-mcp@latest"],
"env": {
"TOOLS_TO_RUN": "githubGetFileContent,githubSearchCode,githubViewRepoStructure,githubSearchRepositories,githubSearchPullRequests"
}
},
"chrome-devtools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp"]
}
}
}