mcp-server

sunbeamdotpt/mcp-server
★ 0 stars Rust 🤖 AI/LLM Updated today
Sunbeam MCP Server — Model Context Protocol implementation
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-server"
      ]
    }
  }
}

README Excerpt

A personal semantic memory server for AI assistants. Store facts, code snippets, notes, and documents with vector embeddings — then let your AI search them by meaning, not just keywords. Also watches directories and auto-ingests files (code, PDFs, text) so your memory stays in sync with your projects.

Tools (10)

MCP_AUTH_TOKENMCP_MEMORY_BASE_DIRMCP_OIDC_AUDIENCEMCP_OIDC_ISSUERMCP_SESSION_TTL_HOURSapigithttpsmanualstore_fact