We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nmeierpolys/mcp-structured-memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files
src/
tests/
*.test.ts
*.test.js
# Development files
tsconfig.json
vitest.config.ts
.eslintrc.js
.eslintrc.json
eslint.config.js
# Build artifacts (except dist)
node_modules/
coverage/
# Git and IDE
.git/
.gitignore
.vscode/
.idea/
# CI/CD
.github/
# Development docs
CLAUDE.md
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*