Skip to main content
Glama

MCP Project Context Server

MIT License

record_decision

Capture and document architectural or technical decisions, including reasoning and expected impact, within the MCP Project Context Server to maintain project continuity and clarity.

Instructions

Record an architectural or technical decision

Input Schema

NameRequiredDescriptionDefault
decisionYesDecision made
impactNoExpected impact of the decision
projectIdYesProject ID
reasoningYesReasoning behind the decision

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "decision": { "description": "Decision made", "type": "string" }, "impact": { "description": "Expected impact of the decision", "type": "string" }, "projectId": { "description": "Project ID", "type": "string" }, "reasoning": { "description": "Reasoning behind the decision", "type": "string" } }, "required": [ "projectId", "decision", "reasoning" ], "type": "object" }
Install Server

Other Tools from MCP Project Context Server

Related Tools

    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/aaronfeingold/mcp-project-context'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server