Skip to main content
Glama

MCP Project Context Server

MIT License

start_session

Initiate a new development session by specifying project ID and goals, leveraging MCP Project Context Server to maintain project continuity and eliminate repetitive context explanations.

Instructions

Start a new development session

Input Schema

NameRequiredDescriptionDefault
goalsYesSession goals
projectIdYesProject ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "goals": { "description": "Session goals", "items": { "type": "string" }, "type": "array" }, "projectId": { "description": "Project ID", "type": "string" } }, "required": [ "projectId", "goals" ], "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