Repo Context Forge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_workspacesA | List the local repositories currently available for inspection. Call this before repository-specific tools when the workspace name is unknown. |
| get_repository_treeA | Return a bounded directory and file map for one repository. Use this to understand repository structure before selecting files. Do not use it to retrieve file contents. |
| find_filesA | Find repository files by glob pattern. Use this when filenames, extensions or approximate locations are known. |
| read_fileA | Read a bounded amount of one UTF-8 text file. Large, binary, denied or out-of-workspace files are rejected. |
| read_file_rangeA | Read a specific one-indexed line range from a UTF-8 text file. Prefer this over reading a whole file when the relevant location is already known. |
| get_file_metadataB | Return metadata for one repository file without reading its full contents. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/negativexq/repo-context-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server