Skip to main content
Glama

basic-memory

main.py476 B
"""Main CLI entry point for basic-memory.""" # pragma: no cover from basic_memory.cli.app import app # pragma: no cover # Register commands from basic_memory.cli.commands import ( # noqa: F401 # pragma: no cover cloud, db, import_chatgpt, import_claude_conversations, import_claude_projects, import_memory_json, mcp, project, status, sync, tool, ) if __name__ == "__main__": # pragma: no cover # start the app app()

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/basicmachines-co/basic-memory'

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