We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chakri01/research-assistant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python
venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
# Environment
.env
# Data
data/chroma_db/
data/query_logs/*.jsonl
data/documents/*
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Streamlit
.streamlit/
# Sample papers (optional - remove if you want to include them)
sample_papers/*.pdf