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.tribal-memory/tribal · v0.4.1
Self-hosted semantic memory over MCP for an engineering team's tacit knowledge. Needs Postgres.
Tribal 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"tribal": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tribal-memory/tribal:0.4.1"
],
"env": {
"TRIBAL_DATABASE__URL": "<TRIBAL_DATABASE__URL>",
"TRIBAL_PROJECT_REMOTE": "<TRIBAL_PROJECT_REMOTE>",
"TRIBAL_PROJECT_NAME": "<TRIBAL_PROJECT_NAME>"
}
}
}
}TRIBAL_DATABASE__URL必填Postgres (pgvector) connection string. Tribal is self-hosted; you provide the database. The supported, complete deployment is docker-compose.yml.
TRIBAL_PROJECT_REMOTE必填First-run only: the git remote that identifies the project bootstrapped on first start.
TRIBAL_PROJECT_NAME必填First-run only: the name of the project bootstrapped on first start.
TRIBAL_SERVER__TRANSPORT可选Containerised transport: http or sse. The Docker image does not serve stdio; install the binary for stdio.
TRIBAL_SERVER__BIND_ADDRESS可选Address the server binds inside the container. Must be 0.0.0.0 (not the loopback default) for the published port to be reachable.
TRIBAL_PUBLIC_MCP_URL可选The URL clients use to reach the server (for example http://127.0.0.1:8725/mcp). Needed for OAuth dynamic client registration once the server binds a routable interface.
OPENAI_API_KEY可选secretOptional; only if an ingest or retrieval stage is configured to use OpenAI (defaults target a local Ollama).
ANTHROPIC_API_KEY可选secretOptional; only if a stage is configured to use Anthropic.
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.tribal-memory/tribal",
"type": "mcp-server",
"version": "0.4.1",
"displayName": "Tribal",
"description": "Self-hosted semantic memory over MCP for an engineering team's tacit knowledge. Needs Postgres.",
"repository": {
"url": "https://github.com/tribal-memory/tribal",
"source": "github"
},
"homepage": "https://tribal.build",
"distribution": {
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/tribal-memory/tribal:0.4.1",
"runtimeHint": "docker",
"transport": "streamable-http",
"environmentVariables": [
{
"name": "TRIBAL_DATABASE__URL",
"description": "Postgres (pgvector) connection string. Tribal is self-hosted; you provide the database. The supported, complete deployment is docker-compose.yml.",
"isRequired": true
},
{
"name": "TRIBAL_PROJECT_REMOTE",
"description": "First-run only: the git remote that identifies the project bootstrapped on first start.",
"isRequired": true
},
{
"name": "TRIBAL_PROJECT_NAME",
"description": "First-run only: the name of the project bootstrapped on first start.",
"isRequired": true
},
{
"name": "TRIBAL_SERVER__TRANSPORT",
"description": "Containerised transport: http or sse. The Docker image does not serve stdio; install the binary for stdio."
},
{
"name": "TRIBAL_SERVER__BIND_ADDRESS",
"description": "Address the server binds inside the container. Must be 0.0.0.0 (not the loopback default) for the published port to be reachable."
},
{
"name": "TRIBAL_PUBLIC_MCP_URL",
"description": "The URL clients use to reach the server (for example http://127.0.0.1:8725/mcp). Needed for OAuth dynamic client registration once the server binds a routable interface."
},
{
"name": "OPENAI_API_KEY",
"description": "Optional; only if an ingest or retrieval stage is configured to use OpenAI (defaults target a local Ollama).",
"isSecret": true
},
{
"name": "ANTHROPIC_API_KEY",
"description": "Optional; only if a stage is configured to use Anthropic.",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.tribal-memory/tribal",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.tribal-memory%2Ftribal/versions/latest",
"isOfficial": true,
"status": "active"
}
}