Gravitas-Core-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_last_stateA | Return the last known state (most recent snapshot + active task). Authoritative memory. |
| get_canonical_stateA | Return the last verified, immutable working state for rollback/recovery. |
| record_failureC | Record a failed strategy/command to prevent repetition. |
| resume_taskB | Load task and its context for resumption (model handover/restart). |
| controller_create_taskC | Create a new task and set state to PLANNING. |
| controller_transitionC | Transition task to a new state (PLANNING, CODING, EXECUTING, VERIFYING, FAILED_RETRY, ROLLBACK, COMPLETED). |
| controller_record_step_failureB | Record a step failure; may trigger FAILED_RETRY or ROLLBACK. |
| controller_get_stateC | Return current task state and policy info. |
| terminal_executeB | Execute a shell command with timeout and cwd. Returns stdout, stderr, exit_code. |
| terminal_start_backgroundC | Start a background process; use process_id to stop later. |
| terminal_stop_backgroundC | Terminate a background process by process_id. |
| terminal_list_backgroundA | List active background process ids. |
| browser_navigateC | Navigate to URL (Playwright). |
| browser_snapshotB | Capture DOM accessibility tree and console errors. |
| browser_screenshotB | Take screenshot; optional path to save file. |
| browser_get_console_errorsA | Return collected JS console errors since last navigate. |
| browser_hoverB | Hover over an element by CSS selector. |
| project_get_mapC | Recursive project structure with noise filtering. |
| memory_save_snapshotC | Save a context snapshot for current task (internal use). |
| memory_set_canonicalC | Set the canonical (immutable) state to a snapshot (after verification). |
| get_model_resume_packageB | Generate Model Resume Package for model swap/editor restart/crash recovery: goal, task, constraints, failures, safe/do-not-touch files. |
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/ahmed-coding/Gravitas-Core'
If you have feedback or need assistance with the MCP directory API, please join our Discord server