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.dearlordylord/huly-mcp · v0.44.4
Huly MCP: feature-complete MCP server for Huly integration
Huly MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"huly-mcp": {
"command": "npx",
"args": [
"-y",
"@firfi/huly-mcp"
],
"env": {
"HULY_URL": "<HULY_URL>",
"HULY_EMAIL": "<HULY_EMAIL>",
"HULY_PASSWORD": "<HULY_PASSWORD>",
"HULY_WORKSPACE": "<HULY_WORKSPACE>"
}
}
}
}HULY_URL必填Huly API URL (e.g., https://huly.app)
HULY_EMAIL必填Your Huly account email
HULY_PASSWORD必填secretYour Huly account password
HULY_WORKSPACE必填Huly workspace identifier
HULY_CONNECTION_TIMEOUT可选Connection timeout in milliseconds. Omit to use the package default.
HULY_TOOL_MODE可选Tool exposure mode: auto (default), native, or proxy. Auto keeps exact claude-code native and resolves Codex, Cursor, Windsurf, Copilot, opencode, Claude AI, and unknown clients to proxy mode.
PROXY_OUTPUT_STRICT可选Set true to make active TOOLSETS / TOOLS a hard allow-list for proxy search, schema lookup, and invocation. Defaults to false.
TOOLSETS可选Comma-separated native Huly tool categories to expose, such as issues,projects,search. If unset with TOOLS, all native tools are exposed.
TOOLS可选Comma-separated exact native Huly tool names to expose in addition to selected TOOLSETS, such as list_documents,create_issue.
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.dearlordylord/huly-mcp",
"type": "mcp-server",
"version": "0.44.4",
"displayName": "Huly MCP",
"description": "Huly MCP: feature-complete MCP server for Huly integration",
"repository": {
"url": "https://github.com/dearlordylord/huly-mcp",
"source": "github"
},
"homepage": "https://huly-mcp.dearlordylord.com",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@firfi/huly-mcp",
"version": "0.44.4",
"transport": "stdio",
"environmentVariables": [
{
"name": "HULY_URL",
"description": "Huly API URL (e.g., https://huly.app)",
"isRequired": true
},
{
"name": "HULY_EMAIL",
"description": "Your Huly account email",
"isRequired": true
},
{
"name": "HULY_PASSWORD",
"description": "Your Huly account password",
"isRequired": true,
"isSecret": true
},
{
"name": "HULY_WORKSPACE",
"description": "Huly workspace identifier",
"isRequired": true
},
{
"name": "HULY_CONNECTION_TIMEOUT",
"description": "Connection timeout in milliseconds. Omit to use the package default."
},
{
"name": "HULY_TOOL_MODE",
"description": "Tool exposure mode: auto (default), native, or proxy. Auto keeps exact claude-code native and resolves Codex, Cursor, Windsurf, Copilot, opencode, Claude AI, and unknown clients to proxy mode."
},
{
"name": "PROXY_OUTPUT_STRICT",
"description": "Set true to make active TOOLSETS / TOOLS a hard allow-list for proxy search, schema lookup, and invocation. Defaults to false."
},
{
"name": "TOOLSETS",
"description": "Comma-separated native Huly tool categories to expose, such as issues,projects,search. If unset with TOOLS, all native tools are exposed."
},
{
"name": "TOOLS",
"description": "Comma-separated exact native Huly tool names to expose in addition to selected TOOLSETS, such as list_documents,create_issue."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.dearlordylord/huly-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.dearlordylord%2Fhuly-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}