ChampCity GPT MCP Launcher
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHAMPCITY_GPT_WRITE_MODE | No | Write mode: off, docs, patch, elevated | off |
| CHAMPCITY_GPT_PUBLIC_BASE_URL | No | The public base URL for HTTPS endpoint (e.g., https://mcp.example.com) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_project_filesC | List files under an allowed root or subdirectory without returning contents. |
| read_project_fileC | Read a text file from an allowed root with path, file, binary, and size checks. |
| search_project_filesB | Search text files under an allowed root and return line-level matches with limited context. |
| propose_patchA | Generate a unified diff without modifying files and register a short-lived patch proposal. The returned proposalId/patchHash can be used by apply_approved_patch in patch write mode. |
| get_write_access_statusA | Return the server-side write-mode status without exposing secrets. |
| get_figma_statusA | Return whether a local Figma token is configured and its source without exposing the token value. |
| parse_figma_urlA | Parse a Figma design/file/proto URL into fileKey, normalized nodeId, and urlType without calling Figma. |
| fetch_figma_file_summaryC | Fetch a Figma file with the locally configured Figma token and return only a compact metadata summary. Requires OAuth files.read for HTTP callers. |
| test_figma_mcp_connectionA | Test the configured upstream Figma MCP server connection, list available MCP resources/templates/tools/prompts when reachable, and report whether Make resource retrieval appears available. |
| get_workspace_status_summaryB | Read-only. Returns a sanitized summary of the configured workspace state. Does not modify repository files, git state, release state, or configuration. |
| get_change_set_readiness_summaryC | Read-only. Returns a sanitized change set readiness summary for the configured workspace. Does not modify repository files, git state, release state, or configuration. |
| get_release_artifact_summaryC | Read-only. Returns a sanitized release artifact summary for a requested version. Does not modify repository files, git state, release state, or configuration. |
| get_release_publication_summaryB | Read-only. Returns a sanitized GitHub release publication summary for a requested tag. Does not modify repository files, git state, release state, or configuration. |
| get_builder_report_indexA | Read-only. Returns a bounded Builder Report index for configured workspaces. Does not modify repository files, git state, release state, or configuration. |
| get_builder_report_summaryB | Read-only. Returns a bounded Builder Report preview from a safe report lookup. Does not modify repository files, git state, release state, or configuration. |
| git_statusB | Return git status --short and the current branch for an allowed root. |
| git_diffC | Return git diff or git diff --staged for an allowed root with byte truncation. |
| pre_commit_safety_scanA | Run public-repo safety scans for staged files, working-tree changes, or selected paths without staging or committing anything. |
| get_commit_readinessC | Return read-only commit/push readiness status. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ChampCityChris/ChampCity_GPT_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server