Skip to main content
Glama

React Native Godot Documentation MCP Server

by vredrick
package.jsonโ€ข1.51 kB
{ "name": "react-native-godot-mcp", "version": "1.0.0", "description": "MCP server for React Native Godot documentation fetching and searching", "main": "react_native_godot_mcp.py", "scripts": { "start": "python react_native_godot_mcp.py", "test": "python test_mcp_server.py", "inspect": "npx @modelcontextprotocol/inspector python react_native_godot_mcp.py", "evaluate": "python run_evaluation.py" }, "keywords": [ "mcp", "react-native", "godot", "documentation", "api", "game-engine", "model-context-protocol" ], "author": "Created with mcp-builder skill", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/borndotcom/react-native-godot" }, "mcp": { "name": "react-native-godot-docfetcher", "version": "1.0.0", "transport": "stdio", "tools": [ "get_documentation", "search_documentation", "get_example_code", "get_setup_instructions", "get_api_reference", "get_troubleshooting", "get_file_from_repo" ], "capabilities": { "formats": ["markdown", "json"], "detail_levels": ["concise", "detailed", "full"], "platforms": ["ios", "android", "both"], "languages": ["typescript", "javascript"] } }, "requirements": { "python": ">=3.8", "packages": [ "mcp", "fastmcp", "httpx", "pydantic>=2.0" ] }, "devDependencies": { "@modelcontextprotocol/inspector": "latest" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vredrick/react-native-godot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server