MCP server powered by local documentation
Overview
what is Seta MCP?
Seta MCP is a Model Context Protocol (MCP) server designed to assist Salesforce developers by providing up-to-date local documentation for coding and configuration tasks.
how to use Seta MCP?
To use Seta MCP, set the LOCAL_DOCS_PATH environment variable to point to your local documentation directory, organize your documentation into subdirectories with a manifest.json file, and run the server locally or host it remotely.
key features of Seta MCP?
- Works entirely offline, ensuring privacy and control over documentation.
- Allows fine-grained control over documentation versions and content.
- Supports quick iteration on documentation with immediate availability to your AI assistant.
use cases of Seta MCP?
- Assisting developers with Salesforce Apex and LWC documentation.
- Providing context-aware documentation retrieval for coding tasks.
- Enabling offline access to proprietary or internal documentation.
FAQ from Seta MCP?
- Can Seta MCP work with any documentation format?
Yes! As long as the documentation is structured correctly with a
manifest.json, it can work with various formats.
- Is Seta MCP free to use?
Yes! Seta MCP is open-source and free to use.
- How do I ensure my documentation is accessible?
Make sure your
LOCAL_DOCS_PATHis correctly set and that each library has a validmanifest.json.