@tacxou/jsonforms_builder-mcp
v2.0.1
Published
MCP server for @tacxou/jsonforms_builder documentation (llms.txt)
Readme
@tacxou/jsonforms_builder-mcp
MCP (stdio) server that exposes the published JSONForms Builder documentation to coding agents.
Tools
| Tool | Description |
|---|---|
| list_doc_sources | Fetch and return llms.txt |
| search_docs | Keyword / NL search over the index (and llms-full.txt when available) |
| fetch_docs | Fetch a whitelisted docs URL |
Cursor
{
"mcpServers": {
"jsonforms-builder": {
"command": "npx",
"args": ["-y", "@tacxou/jsonforms_builder-mcp"]
}
}
}Environment
| Variable | Default |
|---|---|
| DOCS_BASE_URL | https://tacxou.github.io/jsonforms_builder |
Allowed hosts: tacxou.github.io, 127.0.0.1, localhost.
Develop
yarn install
yarn build
node dist/index.jsDocs: AI agents guide
