Synapse
Synapse
Das Nervensystem zwischen deiner KI und deinen Notizen.
MCP-Server, der jede KI mit deinem Obsidian-Vault verbindet. Funktioniert mit Claude, ChatGPT, Cursor, Windsurf und jedem MCP-kompatiblen Client. Speichere Artikel von deinem Smartphone, stelle Fragen zu deinen Notizen und baue eine wachsende Wissensdatenbank auf.
30-Sekunden-Einrichtung
Claude Desktop
Konfiguration öffnen: Mac
~/Library/Application Support/Claude/claude_desktop_config.json| Windows%APPDATA%\Claude\claude_desktop_config.jsonFüge Synapse zum
mcpServers-Objekt hinzu:
{
"mcpServers": {
"synapse": {
"command": "npx",
"args": ["-y", "synapse-obsidian", "/path/to/your/obsidian-vault"]
}
}
}Starte Claude Desktop neu. Synapse-Tools erscheinen automatisch.
Claude Code
Füge dies zu .claude/.mcp.json in deinem Home-Verzeichnis hinzu:
{
"mcpServers": {
"synapse": {
"command": "npx",
"args": ["-y", "synapse-obsidian", "/path/to/your/vault"]
}
}
}Claude.ai / ChatGPT / Jede Remote-KI
Führe Synapse lokal aus und mache es über einen kostenlosen Tunnel zugänglich:
# Terminal 1: Start Synapse
npx synapse-obsidian /path/to/vault --http --port 3777
# Terminal 2: Expose it (free, no account needed)
npx cloudflared tunnel --url http://localhost:3777Kopiere die Tunnel-URL. Füge https://your-tunnel-url.trycloudflare.com/mcp als benutzerdefin
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/tomjrworks/synapse-obsidian'
If you have feedback or need assistance with the MCP directory API, please join our Discord server