Shared Credit Tool

Shared Credit Tool

Local MCP server enabling Codex and ChatGPT to read/write files, execute commands, manage processes, use Git, and inspect images on the user's machine with full privileges.

Category
Visit Server

README

Shared Credit Tool

English | 简体中文

Shared Credit Tool is a local MCP server for two clients only:

  • Codex through newline-delimited stdio.
  • ChatGPT on the web through authenticated Streamable HTTP and OAuth 2.1.

It lets those clients read and write files, create text documents, edit code, run local applications and shell commands, manage long-running processes, use Git, and inspect images.

Full-control default: commands run with the privileges and environment of the process that starts the server. On Windows, use the included elevated launcher and approve the UAC prompt to obtain Administrator access. Anyone who can authorize against the public MCP URL can operate the computer with those privileges.

Install

py -m pip install -e ".[image]"

Python 3.11 or newer is required.

Codex

Add this to ~/.codex/config.toml:

[mcp_servers.shared_credit_tool]
command = "shared-credit-tool"
args = ["--stdio"]

The default direct-file root is the current user's home directory. The default cwd is the directory from which the server starts. Override the root with --workspace C:\ or another explicit directory when needed. Codex inherits Administrator rights only when Codex itself was started elevated.

ChatGPT Web

For the complete setup and project workflow, see the Chinese step-by-step guide.

The launcher automatically downloads the latest official Windows amd64 cloudflared release into ~/.shared-credit-tool/bin when it is missing. You can still install it system-wide first if preferred:

winget install Cloudflare.cloudflared

Then run from an Administrator PowerShell, or let the script request elevation:

powershell -ExecutionPolicy Bypass -File .\scripts\start-chatgpt.ps1

The script starts the MCP server on loopback, enables OAuth, prints the OAuth password, and opens a Cloudflare HTTPS tunnel. It detects the tunnel hostname, prints the final MCP 服务器 URL with /mcp already appended, prints 身份验证: OAuth, and copies the URL to the clipboard. In ChatGPT, enable Developer mode under Settings -> Security and login, create an app from the plus button at ChatGPT Plugins, choose OAuth, and enter the printed password on the authorization page.

Dynamic registration accepts both authorization_code and refresh_token. Access-token responses include a rotating refresh token so ChatGPT can renew a session without registering and authorizing again.

HTTP never binds publicly by default. OAuth is enabled automatically whenever HTTP starts without an explicit bearer token or SHARED_CREDIT_TOOL_AUTH_MODE=noauth.

Core Tools

The MCP catalog contains server/cwd inspection, read_file, write_file, list_dir, list_files, search_text, apply_patch, exec_command, command session polling and termination, Git status/diff/log/show/blame, and view_image.

write_file creates parent directories and writes UTF-8 text, Markdown, CSV, JSON, HTML, or source code. For DOCX, XLSX, PPTX, PDF, Office automation, or other binary formats, use exec_command with software installed on the local computer.

Defaults

  • Permission mode: dangerous (all server command gates disabled).
  • Shell environment: all (the host environment is inherited unchanged).
  • File-tool root: the current user's home directory.
  • HTTP bind: 127.0.0.1:8765.
  • HTTP authentication: OAuth 2.1 with PKCE and dynamic registration.

Use --permission-mode safe or trusted only when you intentionally want the older restrictions. See client configuration, remote access, and the tool reference in Core Tools.

Development

py -m pip install -e ".[dev,image]"
py -m unittest discover -s tests -p "test_*.py"
py -m ruff check shared_credit_tool tests

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured