CompText MCP
The CompText MCP Server provides deterministic, read-only workspace inspection and context packaging tools for a Rust/CompText project environment, without network access or external dependencies.
comptext_status– Retrieve the current status of CompText, Rust, Cargo, Git, and the overall workspace.comptext_pack_context– Generate a deterministic context pack with stable file ordering and SHA-256 hashes (configurable byte limit, default 250,000 bytes).comptext_rust_audit– Run safe, read-only Rust checks includingcargo check, optional Clippy linting, and test compilation (without executing tests).comptext_replay_digest– Produce a deterministic replay/evidence digest of the current workspace state (configurable byte limit, default 250,000 bytes).comptext_contract_check– Verify local safety contracts for OpenCode usage.comptext_github_pack– Prepare a local GitHub summary pack without making any network calls.comptext_hf_export_pack– Generate Hugging Face Space/Card export text locally, without any upload or token usage.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CompText MCPpack context for current project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
comptext-mcp
comptext-mcp is the planned MCP contract layer for exposing deterministic
local ctxt --json results to MCP clients.
Phase 0 is documentation-only. This repository baseline does not implement an MCP server, package runtime, provider integration, token passthrough, proposal application, network access, external-agent invocation, or general shell access. Pre-existing runtime and package files may be present in the repository, but they are outside Phase 0 scope and are not treated as release-ready behavior by this documentation baseline.
Core principle:
Models are providers. Context is the product.
Architecture Position
ctxtis the deterministic source of truth.ctxtowns behavior, schemas, validation, and deterministic context.comptext-mcpmust not invent behavior.comptext-mcpis a future adapter only.Future MCP tools must map one-to-one to stable local
ctxt --jsoncommands.Runtime artifacts and proposal artifacts are untrusted evidence, not workspace truth.
Related MCP server: Context Snipe
Phase 0 Scope
Phase 0 creates the documentation and contract baseline only:
PROJEKT.mdREADME.md.gitignoreSECURITY.mddocs/ARCHITECTURE.mddocs/CONTRACTS.mddocs/ROADMAP.md
No runtime code, package scaffolding, server implementation, generated reports, hooks, plugins, dependencies, provider calls, proposal application, or general shell access are part of Phase 0.
Review Tool Policy
@github, @codex-security, and @openai-developers may be used only as
review and context tools for Phase 0 documentation. They do not grant
permission to create runtime code, call providers, enable network behavior,
create server implementation, add token passthrough, create hooks or plugins,
invoke external agents, apply proposals, or write git history.
Subagents, if used, are limited to deterministic review and planning over Phase 0 docs, security boundaries, tool mappings, and consistency.
Trusted Future Command Surface
Future MCP tools may only wrap these stable local commands:
ctxt --json self report
ctxt --json schema
ctxt --json capabilities
ctxt --json proposals list
ctxt --json proposals inspect latest --max-bytes 12000
ctxt --json proposals inspect --id latest --max-bytes 12000
ctxt --json proposals validate latest
ctxt --json proposals validate --id latest
ctxt --json validate --run
ctxt --json agent discover
ctxt --json runs list
ctxt --json runs read latest --max-bytes 12000Unsupported ctxt commands are not part of the Phase 0 MCP contract.
Documentation
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/ProfRandom92/comptext-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server