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.pquattro/memoraeu-mcp · v0.1.2
Zero-knowledge persistent memory for Claude — encrypted, semantic search, EU hosted.
MemoraEU 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"memoraeu-mcp": {
"command": "uvx",
"args": [
"memoraeu-mcp"
],
"env": {
"MEMORAEU_API_KEY": "<MEMORAEU_API_KEY>",
"MEMORAEU_SECRET": "<MEMORAEU_SECRET>",
"MEMORAEU_SALT": "<MEMORAEU_SALT>",
"MISTRAL_API_KEY": "<MISTRAL_API_KEY>"
}
}
}
}MEMORAEU_API_URL可选MemoraEU API endpoint (default: https://api.memoraeu.isquarecube.fr)
MEMORAEU_API_KEY必填secretYour MemoraEU API key (starts with meu-sk-). Create one at app.memoraeu.isquarecube.fr.
MEMORAEU_SECRET必填secretYour encryption secret (never sent to the server). Found in Settings on app.memoraeu.isquarecube.fr.
MEMORAEU_SALT必填secretYour encryption salt. Found in Settings on app.memoraeu.isquarecube.fr.
MISTRAL_API_KEY必填secretMistral API key for semantic embeddings. Get one at console.mistral.ai.
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.pquattro/memoraeu-mcp",
"type": "mcp-server",
"version": "0.1.2",
"displayName": "MemoraEU",
"description": "Zero-knowledge persistent memory for Claude — encrypted, semantic search, EU hosted.",
"repository": {
"url": "https://github.com/pquattro/memoraeu-memoraeu-mcp.git",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "memoraeu-mcp",
"version": "0.1.2",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "MEMORAEU_API_URL",
"description": "MemoraEU API endpoint (default: https://api.memoraeu.isquarecube.fr)"
},
{
"name": "MEMORAEU_API_KEY",
"description": "Your MemoraEU API key (starts with meu-sk-). Create one at app.memoraeu.isquarecube.fr.",
"isRequired": true,
"isSecret": true
},
{
"name": "MEMORAEU_SECRET",
"description": "Your encryption secret (never sent to the server). Found in Settings on app.memoraeu.isquarecube.fr.",
"isRequired": true,
"isSecret": true
},
{
"name": "MEMORAEU_SALT",
"description": "Your encryption salt. Found in Settings on app.memoraeu.isquarecube.fr.",
"isRequired": true,
"isSecret": true
},
{
"name": "MISTRAL_API_KEY",
"description": "Mistral API key for semantic embeddings. Get one at console.mistral.ai.",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.pquattro/memoraeu-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.pquattro%2Fmemoraeu-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}