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.verivus-oss/llm-cli-gateway · v1.17.1
One MCP endpoint for Claude Code, Codex, Gemini, Grok and Mistral CLIs, with durable async jobs.
LLM CLI Gateway 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"llm-cli-gateway": {
"command": "npx",
"args": [
"-y",
"llm-cli-gateway"
]
}
}
}{
"id": "io.github.verivus-oss/llm-cli-gateway",
"type": "mcp-server",
"version": "1.17.1",
"displayName": "LLM CLI Gateway",
"description": "One MCP endpoint for Claude Code, Codex, Gemini, Grok and Mistral CLIs, with durable async jobs.",
"repository": {
"url": "https://github.com/verivus-oss/llm-cli-gateway",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "llm-cli-gateway",
"version": "1.17.1",
"runtimeHint": "npx",
"transport": "stdio"
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.verivus-oss/llm-cli-gateway",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.verivus-oss%2Fllm-cli-gateway/versions/latest",
"isOfficial": true,
"status": "active"
}
}