We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Martian-Engineering/claude-team'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "maniple",
"version": "0.11.2",
"description": "MCP server for spawning and orchestrating multiple Claude Code sessions via iTerm2",
"author": {
"name": "Josh Lehman",
"email": "josh@martianengineering.com",
"url": "https://github.com/Martian-Engineering"
},
"homepage": "https://github.com/Martian-Engineering/maniple",
"repository": "https://github.com/Martian-Engineering/maniple",
"license": "MIT",
"keywords": [
"mcp",
"iterm2",
"orchestration",
"multi-agent"
],
"commands": "./commands/",
"mcpServers": "./.mcp.json"
}