MCP.so
登录
M

Mpc Mcp Server

@ronviers

关于 Mpc Mcp Server

a four-valued logic in which the truth values V = {c, s, k, r} represent the canonical regimes of the constraint energy landscape

基本信息

分类

其他

传输方式

stdio

发布者

ronviers

提交者

Ron Viers

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mpc Mcp Server?

Mpc Mcp Server implements the Metastable Propositional Calculus (MPC) engine, which analyzes the thermodynamic and physical feasibility of logical assertions across multi-step reasoning. It detects epistemic drift and structural conflicts (k-states) by calculating energetic holding costs of maintaining premises over time, used to verify whether a complex sequence of claims can be maintained without contradiction.

How to use Mpc Mcp Server?

Install with pip install -e . (Python ≥ 3.11 required), set environment variables for your chosen AI provider(s) (e.g., ANTHROPIC_API_KEY), then run mpc-server. This starts an MCP server on stdio (registerable in Claude Desktop or any MCP client) and a browser UI at http://localhost:7771. Use the provided MCP tools or the UI to perform MPC analyses.

Key features of Mpc Mcp Server

  • Five AI provider routing: Anthropic, Google, OpenAI, Kimi, Ollama.
  • Dynamic model listing from supported providers with TTL cache.
  • Full MPC analysis with thermodynamic free energy and Ising ground state.
  • Per-claim phase assignment with rationale.
  • Budget estimation via Theorem 6.1 without API call.
  • Browser UI with interactive 3D plots and configuration.

Use cases of Mpc Mcp Server

  • Verify multi-step reasoning chains for logical consistency.
  • Detect conflicting premises in

评论

其他 分类下的更多 MCP 服务器