FORGE Docs MCP Server
@angrypenguinpng
About FORGE Docs MCP Server
Forge is an advanced 3D Gaussian Splatting renderer for THREE.js
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"forge_docs_mcp_server": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is FORGE Docs MCP Server?
FORGE Docs MCP Server is a Model Context Protocol server that provides access to FORGE 3D Gaussian Splatting documentation through Claude Desktop. It is intended for users who want to query and navigate FORGE documentation using natural language from within Claude.
How to use FORGE Docs MCP Server?
Clone the repository, install dependencies with uv sync, then test locally with uv run forge-docs. To use with Claude Desktop, add the JSON configuration shown below to the appropriate Claude Desktop config file, replacing the path with the actual project location.
Key features of FORGE Docs MCP Server
- Search documentation using natural language queries
- Browse and navigate documentation sections by path
- Find code examples related to specific topics
- Get detailed API documentation for classes and methods
- List all available documentation sections
Use cases of FORGE Docs MCP Server
- Search for installation instructions for FORGE 3D Gaussian Splatting
- Browse the Quick Start section of the documentation
- Find Python code examples for creating a Gaussian
- Get API info for the GaussianModel class
- List all available documentation sections
FAQ from FORGE Docs MCP Server
How do I test the server locally?
Run uv run forge-docs from the project directory after installing dependencies with uv sync.
How do I configure FORGE Docs MCP Server with Claude Desktop?
Add a JSON entry under mcpServers in claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%\Claude\claude_desktop_config.json) using the uv command with the --directory flag pointing to the cloned repo.
What tools does FORGE Docs MCP Server provide?
It provides five tools: search_docs, get_section, get_code_examples, get_api_info, and list_sections.
What is the license for this project?
It is licensed under the MIT License, as specified in the included LICENSE file.
Frequently asked questions
How do I test the server locally?
Run `uv run forge-docs` from the project directory after installing dependencies with `uv sync`.
How do I configure FORGE Docs MCP Server with Claude Desktop?
Add a JSON entry under `mcpServers` in `claude_desktop_config.json` (macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`, Windows: `%APPDATA%\Claude\claude_desktop_config.json`) using the `uv` command with the `--directory` flag pointing to the cloned repo.
What tools does FORGE Docs MCP Server provide?
It provides five tools: `search_docs`, `get_section`, `get_code_examples`, `get_api_info`, and `list_sections`.
What is the license for this project?
It is licensed under the MIT License, as specified in the included LICENSE file.
Basic information
More Memory & Knowledge MCP servers
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
Tempreon
TempreonPerson-owned, portable AI memory served over MCP. Your knowledge, preferences, and decisions — captured in one assistant, available in all of them.

PLUR
plur-aiAI agents start every session with amnesia — you re-explain the project, repeat your preferences, and correct the same mistakes over and over. PLUR gives them a memory that persists. Your agent's corrections, preference
Comments