Skip to main content
Glama

MCP Project Context Server

MIT License

add_note

Enable users to attach and organize notes by project ID, content, and category within the MCP Project Context Server for persistent project documentation and streamlined collaboration.

Instructions

Add a note to the project

Input Schema

NameRequiredDescriptionDefault
categoryNoNote category
contentYesNote content
projectIdYesProject ID

Input Schema (JSON Schema)

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