Skip to main content
Glama
nlebovits

parseltongue-claude

by nlebovits

parseltongue-claude

MCP server + skill for Parseltongue hallucination detection in Claude Code.

Quick Start

# 1. Install
uv pip install -e .

# 2. Add MCP server
claude mcp add --transport stdio parseltongue -- $(pwd)/run-server.sh

# 3. Install skills
mkdir -p ~/.claude/skills
ln -s $(pwd)/skills/parseltongue ~/.claude/skills/parseltongue
ln -s $(pwd)/skills/parseltongue-review ~/.claude/skills/parseltongue-review

# 4. Restart Claude Code, then:
/parseltongue [document] What are the key claims?
/parseltongue-review README.md  # audit your own docs

Related MCP server: codex-fusion-mcp

What It Does

Inverts Parseltongue's architecture: instead of Parseltongue calling an LLM API, Claude Code becomes the LLM and calls Parseltongue for verification.

Original:     You → Parseltongue → LLM API → DSL → Verify
This:         You → Claude Code → Parseltongue MCP → Verify

Every claim must cite a verbatim quote. Misquotes are flagged as hallucinations.

Skills

/parseltongue — Grounded document analysis

Analyze external documents with provable claims. Every fact traces to a verbatim quote.

/parseltongue [SEC filing] Are there revenue recognition red flags?

/parseltongue-review — Documentation audit

Audit docs for accuracy, duplication, and consistency with source.

/parseltongue-review README.md      # vs upstream, find duplicated content
/parseltongue-review docs/          # audit mkdocs site

MCP Tools

Tool

Description

parseltongue_create_session

Create verification session

parseltongue_register_document

Register source document

parseltongue_load_dsl

Load DSL and verify quotes

parseltongue_check_consistency

Full consistency check

parseltongue_dsl_reference

Get DSL docs

See upstream Parseltongue docs for DSL syntax and examples.

Development

uv pip install -e ".[dev]"                              # install
uv run pre-commit install --hook-type commit-msg --hook-type pre-commit
uv run pytest                                           # test (80% coverage)
uv run ruff check --fix . && uv run ruff format .       # lint + format
uv run cz commit                                        # conventional commit

License

Apache-2.0

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Augments MCP Server - A comprehensive framework documentation provider for Claude Code

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

  • MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nlebovits/parseltongue-claude'

If you have feedback or need assistance with the MCP directory API, please join our Discord server