We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TAgents/agent-planner-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•379 B
# Planning System API Connection
API_URL=http://localhost:3000
USER_API_TOKEN=your_api_token_here
# MCP Server Configuration
MCP_SERVER_NAME=planning-tools
MCP_SERVER_VERSION=0.5.0
# Transport Mode: stdio (default) or http
MCP_TRANSPORT=stdio
# HTTP Transport Configuration (only used when MCP_TRANSPORT=http)
PORT=3100
HOST=127.0.0.1
# Node Environment
NODE_ENV=development