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.xjpru/xentropy-notes · v0.3.1
Semantic search and knowledge graph for your Wall notes from Claude Code and MCP clients.
Xentropy Notes — Memory Layer for AI 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"xentropy-notes": {
"command": "npx",
"args": [
"-y",
"@xentropy/mcp"
]
}
}
}XEN_API_URL可选Xentropy API base URL. Defaults to http://localhost:3001/api. Must include the /api prefix.
XEN_API_TOKEN可选secretAPI token (Supabase access JWT) for static authentication. Obtain via 'xen-notes-mcp login --email YOU --password X --show-token'.
XEN_REFRESH_TOKEN可选secretRefresh token for automatic token rotation. Only needed if using static token auth without interactive login.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "io.github.xjpru/xentropy-notes",
"type": "mcp-server",
"version": "0.3.1",
"displayName": "Xentropy Notes — Memory Layer for AI",
"description": "Semantic search and knowledge graph for your Wall notes from Claude Code and MCP clients.",
"repository": {
"url": "https://github.com/xentropyai/client",
"source": "github",
"subfolder": "apps/mcp"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@xentropy/mcp",
"version": "0.3.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "XEN_API_URL",
"description": "Xentropy API base URL. Defaults to http://localhost:3001/api. Must include the /api prefix."
},
{
"name": "XEN_API_TOKEN",
"description": "API token (Supabase access JWT) for static authentication. Obtain via 'xen-notes-mcp login --email YOU --password X --show-token'.",
"isSecret": true
},
{
"name": "XEN_REFRESH_TOKEN",
"description": "Refresh token for automatic token rotation. Only needed if using static token auth without interactive login.",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.xjpru/xentropy-notes",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.xjpru%2Fxentropy-notes/versions/latest",
"isOfficial": true,
"status": "deprecated"
}
}