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.infino-ai/mcp-server · v0.2.0
Keyword, vector, hybrid, and SQL retrieval over data on object storage, for AI agents.
mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@infino-ai/mcp-server"
]
}
}
}INFINO_MCP_URI可选Data to serve: a local path or an s3://|az:// bucket URI. Optional — defaults to a durable per-user directory (~/.infino/mcp) so data persists across restarts, falling back to an ephemeral memory:// catalog only if that directory can't be created.
INFINO_MCP_ENABLE_WRITES可选Set (1/true/yes) to expose add/update/delete tools and allow DDL/DML through SQL. Read-only when unset.
INFINO_MCP_EMBED_MODEL可选Hugging Face feature-extraction model for local embedding (default Xenova/all-MiniLM-L6-v2, 384-dim).
INFINO_MCP_VALIDATE可选Set (1/true/yes) to probe the object store at startup, so bad credentials or an unreachable bucket fail then instead of on the first search.
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.infino-ai/mcp-server",
"type": "mcp-server",
"version": "0.2.0",
"displayName": "mcp-server",
"description": "Keyword, vector, hybrid, and SQL retrieval over data on object storage, for AI agents.",
"repository": {
"url": "https://github.com/infino-ai/infino-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@infino-ai/mcp-server",
"version": "0.2.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "INFINO_MCP_URI",
"description": "Data to serve: a local path or an s3://|az:// bucket URI. Optional — defaults to a durable per-user directory (~/.infino/mcp) so data persists across restarts, falling back to an ephemeral memory:// catalog only if that directory can't be created."
},
{
"name": "INFINO_MCP_ENABLE_WRITES",
"description": "Set (1/true/yes) to expose add/update/delete tools and allow DDL/DML through SQL. Read-only when unset."
},
{
"name": "INFINO_MCP_EMBED_MODEL",
"description": "Hugging Face feature-extraction model for local embedding (default Xenova/all-MiniLM-L6-v2, 384-dim)."
},
{
"name": "INFINO_MCP_VALIDATE",
"description": "Set (1/true/yes) to probe the object store at startup, so bad credentials or an unreachable bucket fail then instead of on the first search."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.infino-ai/mcp-server",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.infino-ai%2Fmcp-server/versions/latest",
"isOfficial": true,
"status": "active"
}
}