We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcpdotdirect/evm-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source code (since we're publishing built files)
src/
# Development files
.git/
.github/
.vscode/
.idea/
.cursor/
mcp-context/
*.tsbuildinfo
# Temp files
tmp/
temp/
# Test files
test/
tests/
__tests__/
*.spec.ts
*.test.ts
# Docs (except README.md which is included in "files")
docs/
# Build artifacts
node_modules/
coverage/
bun.lock
yarn.lock
package-lock.json