Skip to content

allanyiin/documa

v0.8.0MIT

Evidence-first document understanding and repository graph tools for Hermes Agent.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

documastdio
{
  "type": "stdio",
  "command": "python",
  "args": [
    "-m",
    "documa.interfaces.mcp_server"
  ],
  "env": {
    "DOCUMA_MCP_PROFILE": "agent",
    "DOCUMA_TOKEN_COUNTER": "tiktoken:o200k_base"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "documa",
  "version": "0.8.0",
  "description": "Evidence-first document understanding and repository graph tools for Hermes Agent.",
  "author": {
    "name": "Documa contributors"
  },
  "homepage": "https://github.com/AllanYiin/Documa",
  "repository": "https://github.com/AllanYiin/Documa",
  "license": "MIT",
  "keywords": [
    "document-understanding",
    "evidence",
    "mcp",
    "repository-graph",
    "hermes-agent"
  ]
}