Repo Lens MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_LOG_LEVEL | No | Log level: debug, info, warn, error | info |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| repolens_list_repositoriesA | List all configured repositories available for cross-repository search. Returns the list of repositories declared in repolens.yaml with their aliases, paths, and git branch info. Args:
|
| repolens_find_functionsA | Find function and method definitions across repositories using AST analysis. Searches for function declarations, arrow functions, and class methods in JS/TS and PHP. Uses ast-grep for accurate structural matching. Args:
Examples:
|
| repolens_find_classesA | Find class definitions across repositories using AST analysis. Searches for class declarations. Also finds PHP traits. Uses ast-grep for accurate structural matching. Args:
Examples:
|
| repolens_find_typesA | Find type aliases and interface definitions across repositories using AST analysis. Searches for both "type" and "interface" declarations. For PHP, finds interface declarations (PHP has no type aliases). Uses ast-grep for accurate structural matching. Args:
Examples:
|
| repolens_find_api_routesA | Find API route/endpoint definitions in backend code across repositories. Searches for HTTP route definitions in Express, Fastify, NestJS, and Laravel codebases. Supported Frameworks: Express, Fastify, NestJS, Laravel (PHP) Args:
Examples:
|
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/YohannHommet/repo-lens-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server