We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FreePeak/ktme'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Rust
/target/
**/*.rs.bk
*.pdb
Cargo.lock
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Configuration
.env
.env.local
# Build artifacts
*.o
*.so
*.dylib
*.dll
# Debugging
*.dSYM/
# Testing
/coverage/
# Temporary files
/tmp/
*.tmp