TianCheng-MCP

Dr-Ai-0018/TianCheng-MCP
★ 0 stars Python AI/LLM Updated 5d ago
A Windows-first local MCP server that securely connects ChatGPT to a private workspace through OpenAI Secure MCP Tunnel.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tiancheng-mcp": {
      "command": "uvx",
      "args": [
        "tiancheng-mcp"
      ]
    }
  }
}

Or install with pip: pip install tiancheng-mcp

README Excerpt

面向 Windows 11 / PowerShell 7 的本地 stdio MCP Server。它只向 MCP 客户端暴露 **你自己指定的一个工作区目录**内的文件与本地 Git 能力;服务端代码、依赖和审计日志留在 仓库目录里,不在客户端可写的工作区内。 工作区没有内置默认值,必须由你显式配置——它就是这个项目的安全边界,猜错的代价是 把错误的目录暴露出去。 当前版本:`0.9.0`。依赖锁定到官方维护的 MCP Python SDK `2.1.0`,使用当前 `MCPServer`、`MCPServer.tool()`、`ToolAnnotations` 与 stdio transport API。

Tools (4)

agent_cataloggit_difftunnel_idworkspace_info