Skip to main content
Glama

MCP Project Context Server

MIT License

create_project

Initialize a new project by defining its name, description, tech stack, and current phase, enabling structured context for efficient development workflows on the MCP Project Context Server.

Instructions

Create a new project with initial context

Input Schema

NameRequiredDescriptionDefault
currentPhaseYesCurrent project phase
descriptionYesProject description
nameYesProject name
techStackNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "currentPhase": { "description": "Current project phase", "type": "string" }, "description": { "description": "Project description", "type": "string" }, "name": { "description": "Project name", "type": "string" }, "techStack": { "additionalProperties": false, "properties": { "backend": { "default": [], "items": { "type": "string" }, "type": "array" }, "database": { "default": [], "items": { "type": "string" }, "type": "array" }, "frontend": { "default": [], "items": { "type": "string" }, "type": "array" }, "infrastructure": { "default": [], "items": { "type": "string" }, "type": "array" }, "tools": { "default": [], "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "name", "description", "currentPhase" ], "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