Skip to main content
Glama

Context Continuation MCP Server

by core3-coder

context_log_decision

Log technical decisions in AI development, including context, alternatives, and consequences, to maintain project clarity and track decision-making processes.

Instructions

Log a technical decision

Input Schema

NameRequiredDescriptionDefault
alternativesNoAlternative options considered
consequencesNoConsequences of the decision
contextNoDecision context
decisionYesThe decision made
projectPathYesPath to project directory
statusNoDecision statusaccepted
titleYesDecision title

Input Schema (JSON Schema)

{ "properties": { "alternatives": { "default": [], "description": "Alternative options considered", "items": { "type": "string" }, "type": "array" }, "consequences": { "default": [], "description": "Consequences of the decision", "items": { "type": "string" }, "type": "array" }, "context": { "description": "Decision context", "type": "string" }, "decision": { "description": "The decision made", "type": "string" }, "projectPath": { "description": "Path to project directory", "type": "string" }, "status": { "default": "accepted", "description": "Decision status", "enum": [ "proposed", "accepted", "rejected" ], "type": "string" }, "title": { "description": "Decision title", "type": "string" } }, "required": [ "projectPath", "title", "decision" ], "type": "object" }

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/core3-coder/context-continue-mcp'

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