Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
sourcesage
by
sarathsp06
Verified
GitHub
Knowledge & Memory
Developer Tools
Version Control
Python
MIT License
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
sourcesage
sourcesage
.gitignore
glama.json
LICENSE
main.py
Makefile
pyproject.toml
.python-version
README.md
test_makefile.py
test_storage.py
uv.lock
#!/usr/bin/env python3 """SourceSage: An MCP server for efficient code memory management.""" from sourcesage.mcp_server import main if __name__ == "__main__": main()