Skip to main content
Glama

MyContext MCP Server

by doko89

read_context

Access and retrieve content from specific project documentation files to understand codebase context and implementation details.

Instructions

Read the content of a specific context file within a project

Input Schema

NameRequiredDescriptionDefault
file_pathYesRelative path to the file within the project (e.g., 'backend/gin.md')
project_nameYesName of the project

Input Schema (JSON Schema)

{ "properties": { "file_path": { "description": "Relative path to the file within the project (e.g., 'backend/gin.md')", "type": "string" }, "project_name": { "description": "Name of the project", "type": "string" } }, "required": [ "project_name", "file_path" ], "type": "object" }

Other Tools from MyContext MCP 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/doko89/mcp-mycontext'

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