Catalog
io.github.intenttext/intenttext-mcp
OfficialParse, validate, query, and render IntentText (.it) documents for AI agents
Processes IntentText documents for parsing, validation, querying, and rendering.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"intenttext-mcp": {
"command": "npx",
"args": [
"-y",
"@intenttext/mcp-server@1.0.1"
]
}
}
}