Skip to main content
Glama

TAK Server MCP

by jfuginay
.gitignore701 B
# Node modules node_modules/ # Build output dist/ build/ *.tsbuildinfo # Environment files .env .env.* !.env.example # Config files config.json !config.example.json # Certificates *.pem *.crt *.key *.p12 certs/ # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* # OS files .DS_Store Thumbs.db # IDE files .vscode/ .idea/ *.swp *.swo *~ # Test coverage coverage/ .nyc_output/ # Temporary files tmp/ temp/ *.tmp # Cache .cache/ .parcel-cache/ # TAK specific tak-data/ missions/ data-packages/ # Docker .dockerignore docker-compose.override.yml # Backup files *.bak *.backup # Lock files (optional - uncomment if not tracking) # package-lock.json # yarn.lock

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