manifestation-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| healthA | Liveness check. Returns the server name and version. |
| start_projectA | Begin a design-first project. Creates state and returns the first interview questions. Ask the user these; do NOT write code yet. |
| submit_answersA | Submit the user's answers to the current discovery questions. Returns either more questions or advances the project to the SPEC phase. |
| next_spec_chunkA | Get the next spec chunk to show the user for sign-off (drafts the spec on first call). |
| review_spec_chunkA | Approve or revise the current spec chunk. 'approve' advances; 'revise' redrafts with feedback. |
| make_planA | Generate the bite-sized red/green TDD plan (repo-aware). Returns the full task bodies for the user to review. Does NOT start execution — call approve_plan after the user signs off. |
| approve_planA | Record the user's approval of the generated plan and advance to EXECUTE. |
| runA | Run the subagent-driven execution loop: implementer -> server-verified TDD gate -> reviewer, per task. 'until' stops after N tasks; 'max_agent_calls' and 'max_budget_usd' cap spend. Requires an approved plan. Long-running; streams progress; checkpoints per step. |
| reset_taskA | Reset a BLOCKED (or any) task back to pending so run can retry it. |
| statusC | Report a project's current phase and task progress. |
| list_projectsA | List all known Manifestation projects. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| manifestation | Kick off a design-first Manifestation project from a one-line brief. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| skills | All bundled Manifestation skills (TDD, YAGNI, DRY, ...). |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/aiarghya1/manifestation-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server