brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.connerkward/mcp-apple-notes · v1.0.2
Semantic search + connection-discovery across your own Apple Notes (bridges, synthesis).
Apple Notes 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
{
"id": "io.github.connerkward/mcp-apple-notes",
"type": "mcp-server",
"version": "1.0.2",
"displayName": "Apple Notes",
"description": "Semantic search + connection-discovery across your own Apple Notes (bridges, synthesis).",
"repository": {
"url": "https://github.com/connerkward/mcp-apple-notes",
"source": "github"
},
"homepage": "https://github.com/connerkward/mcp-apple-notes",
"distribution": {
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/connerkward/mcp-apple-notes/releases/download/v1.0.2/mcp-apple-notes.mcpb",
"version": "1.0.2",
"transport": "stdio",
"environmentVariables": [
{
"name": "OPENAI_API_KEY",
"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": "SYNTH_BASE_URL",
"description": "Optional OpenAI-compatible base URL for synthesis (e.g. http://localhost:1234/v1 for LM Studio). Keeps notes on-device."
},
{
"name": "SYNTH_MODEL",
"description": "Optional model id for synthesis when SYNTH_BASE_URL is set (defaults to gpt-4o-mini for real OpenAI)."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.connerkward/mcp-apple-notes",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.connerkward%2Fmcp-apple-notes/versions/latest",
"isOfficial": true,
"status": "active"
}
}