techne

qkal/techne
★ 1 stars Python File System Updated today
Python 3.12+ MCP server for validating Python workspace changes in temporary shadow copies.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "techne": {
      "command": "uvx",
      "args": [
        "techne"
      ]
    }
  }
}

Or install with pip: pip install techne

README Excerpt

Agent Quality MCP is a Python 3.12+ MCP server for validating Python workspace changes in temporary shadow copies. It accepts proposed file changes, applies text unified diffs away from the real repository, runs a small quality toolchain, and returns structured diagnostics for agents before they mutate production

Tools (8)

changed_filesconfig_overridesmodepatch_unified_diffrequest_idsafety_modevalidate_patchworkspace_root

Topics

mcpmcp-serverpyrightpythonruffuv