We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Xsaven/vector-memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
MANIFEST.in•523 B
# Include documentation
include README.md
include LICENSE
include CLAUDE.md
# Include configuration examples
include claude-desktop-config.example.json
include .mcp.json
# Include scripts
include run-arm64.sh
# Include requirements
include requirements.txt
# Include Python version specification
include .python-version
# Exclude unnecessary files
exclude .gitignore
recursive-exclude __pycache__ *
recursive-exclude .git *
recursive-exclude .idea *
recursive-exclude .venv *
recursive-exclude memory *
exclude uv.lock