Skip to main content
Glama

MCP Project Context Server

MIT License

get_project_context

Retrieve detailed project context and current state from the MCP server to maintain continuity, reduce repetitive explanations, and streamline coding sessions by accessing essential project information.

Instructions

Get comprehensive project context and current state

Input Schema

NameRequiredDescriptionDefault
projectIdYesProject ID

Input Schema (JSON Schema)

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