Skip to main content
Glama

TAK Server MCP

by jfuginay
.env.example877 B
# TAK Server Configuration TAK_SERVER_URL=https://your-tak-server.com TAK_SERVER_API_TOKEN=your-api-token-here TAK_SERVER_CLIENT_CERT=/path/to/client.crt TAK_SERVER_CLIENT_KEY=/path/to/client.key TAK_SERVER_VERIFY_SSL=true # MCP Server Configuration MCP_TRANSPORT=http MCP_PORT=3000 MCP_AUTH_ENABLED=false MCP_AUTH_METHOD=apikey MCP_API_KEY=your-mcp-api-key # OAuth Configuration (if using OAuth) MCP_OAUTH_CLIENT_ID=your-client-id MCP_OAUTH_CLIENT_SECRET=your-client-secret MCP_OAUTH_AUTH_URL=https://auth.example.com/oauth/authorize MCP_OAUTH_TOKEN_URL=https://auth.example.com/oauth/token MCP_OAUTH_SCOPE=read write # Tool Configuration MCP_ENABLE_GEOSPATIAL=true MCP_ENABLE_REALTIME=true MCP_CACHE_TTL=3600 MCP_CACHE_ENABLED=true # Logging LOG_LEVEL=info MCP_VERBOSE=false # Demo Agent (for running demos) ANTHROPIC_API_KEY=your-anthropic-api-key DEMO_MODE=interactive

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/jfuginay/tak-server-mcp'

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