brilliant-directories-mcp
v6.58.2
io.github.salvo10f/godotiq · v0.1.3
Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, 35 tools.
godotiq 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"godotiq": {
"command": "uvx",
"args": [
"godotiq"
],
"env": {
"GODOTIQ_PROJECT_ROOT": "<GODOTIQ_PROJECT_ROOT>"
}
}
}
}GODOTIQ_PROJECT_ROOT必填Path to your Godot project root
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.salvo10f/godotiq",
"type": "mcp-server",
"version": "0.1.3",
"displayName": "godotiq",
"description": "Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, 35 tools.",
"repository": {
"url": "https://github.com/salvo10f/godotiq",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "godotiq",
"version": "0.1.3",
"transport": "stdio",
"environmentVariables": [
{
"name": "GODOTIQ_PROJECT_ROOT",
"description": "Path to your Godot project root",
"isRequired": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.salvo10f/godotiq",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.salvo10f%2Fgodotiq/versions/latest",
"isOfficial": true,
"status": "active"
}
}