We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/a157034816/memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.gitignore•312 B
# Rust / Cargo
/target/
/target_alt/
**/*.rs.bk
# Python
__pycache__/
*.pyc
# Node / npm
/node_modules/
/packages/*/node_modules/
npm-debug.log*
yarn-error.log*
pnpm-debug.log*
# Optional: when you want to store memory data under the repo for local dev,
# set MEMORY_STORE_DIR to this folder.
/.memory_store/