Skip to main content
Glama

marm-mcp

.gitignore1.12 kB
# MARM Systems - Main Project .gitignore # Environment files .env .env.local .env.development.local .env.test.local .env.production.local # Claude Code configuration (contains project secrets/strategy) CLAUDE.md # Node modules across all projects node_modules/ webchat/node_modules/ marm-new-ui/node_modules/ # Python environments and dependencies venv/ env/ __pycache__/ *.pyc *.pyo *.pyd .Python # MCP Server database files marm-mcp-server/*.db marm-mcp-server/marm_memory.db # Logs logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Runtime data pids *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ *.lcov # Build outputs dist/ build/ .next .nuxt # Cache files .cache .parcel-cache .npm .eslintcache # TypeScript cache *.tsbuildinfo # Temporary folders tmp/ temp/ # Editor directories and files .vscode/* !.vscode/extensions.json .idea .DS_Store *.suo *.ntvs* *.njsproj *.sln *.sw? # OS generated files Thumbs.db .DS_Store # Docker .dockerignore # Extra Files folder Extra Files/ "Extra Files/" # API keys and sensitive data *.key *.pem config/secrets/

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/Lyellr88/marm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server