MCP server for pal-e-docs knowledge base
Find a file
forgejo_admin 21c4f005dd
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: standardize ruff config to line-length=88, select=E,F,I,W (#55)
2026-03-28 19:05:21 +00:00
src/pal_e_mcp feat: standardize ruff config to line-length=88, select=E,F,I,W (#55) 2026-03-28 19:05:21 +00:00
tests feat: standardize ruff config to line-length=88, select=E,F,I,W (#55) 2026-03-28 19:05:21 +00:00
.gitignore Phase 8f-3 + 8f-4: Param alignment audit + QA nits (#24) (#25) 2026-03-08 00:37:18 +00:00
.pre-commit-config.yaml feat: standardize ruff config to line-length=88, select=E,F,I,W (#55) 2026-03-28 19:05:21 +00:00
.woodpecker.yml chore: remove per-repo clone URL override (#40) 2026-03-14 22:32:59 +00:00
pyproject.toml feat: standardize ruff config to line-length=88, select=E,F,I,W (#55) 2026-03-28 19:05:21 +00:00
README.md Initial MCP server for pal-e-docs 2026-02-24 08:39:57 -07:00
uv.lock feat: rename package from pal-e-docs-mcp to pal-e-mcp (#51) 2026-03-27 06:05:03 +00:00

pal-e-docs-mcp

MCP server for pal-e-docs — agents read and write platform knowledge via MCP tools.

Usage

Add to ~/.mcp.json:

"pal-e-docs": {
  "command": "uv",
  "args": ["run", "--directory", "/path/to/pal-e-docs-mcp", "python", "-m", "pal_e_docs_mcp"],
  "env": { "PALDOCS_BASE_URL": "https://pal-e-docs.tail5b443a.ts.net" }
}

Tools

  • list_projects / create_project
  • list_notes (filter by tags, project) / get_note / create_note / update_note / delete_note
  • list_tags
  • get_note_revisions
  • get_note_links / update_note_links