MCP Server
MCP
Apple Notes
Semantic search + connection-discovery across your own Apple Notes (bridges, synthesis).
Install
mcpb:https://github.com/connerkward/mcp-apple-notes/releases/download/v1.0.2/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/connerkward/mcp-apple-notes/releases/download/v1.0.2/mcp-apple-notes.mcpb",
"version": "1.0.2",
"fileSha256": "f4607fccc91a7d93ffd544cc567593cb712fed970c392814371e722ee6654c0e",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Only required for synthesis. Set to 'local' when pointing SYNTH_BASE_URL at a local OpenAI-compatible server (LM Studio / Ollama); set to a funded key for real OpenAI. Search, bridges, entities run on-device with no key.",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Optional OpenAI-compatible base URL for synthesis (e.g. http://localhost:1234/v1 for LM Studio). Keeps notes on-device.",
"name": "SYNTH_BASE_URL"
},
{
"description": "Optional model id for synthesis when SYNTH_BASE_URL is set (defaults to gpt-4o-mini for real OpenAI).",
"name": "SYNTH_MODEL"
}
]
}
]
}
mcp
model-context-protocol
mcpb
By
Comments
Sign in to leave a comment