MCP Server for Find Reference
@Menabar
About MCP Server for Find Reference
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server for Find Reference?
MCP Server for Find Reference provides two tools—get-text-matches and get-parse-tree—that recursively search files in a given directory. get-text-matches returns exact text matches with file, line, and column. get-parse-tree returns parse tree metadata for a string. It is designed for developers analyzing source code.
How to use MCP Server for Find Reference?
Add the server to AMP using http://localhost:3001 and name it get-text-matches. Run with node server.js. Then prompt the MCP server with commands like “use the get-text-match tool to find temp_x, specify the full path.” You may need to explicitly tell it which tool to use.
Key features of MCP Server for Find Reference
- Returns exact text matches with file, line, and column.
- Returns parse tree metadata for a given string.
- Both tools run recursively over all files in a directory.
- Can be instructed to use or avoid a specific tool.
Use cases of MCP Server for Find Reference
- Finding all occurrences of a variable name in a codebase.
- Analyzing variable types and scopes in JavaScript files.
- Understanding parse tree structure of code snippets.
FAQ from MCP Server for Find Reference
Why does the server need to be told to use a specific tool?
The client may try to find information itself because it has direct file access. Therefore, the server must be explicitly instructed to use get-text-match or get-parse-tree.
What if the server selects the wrong tool?
You can tell it to specifically not use a tool, for example: “use the parse tree tool, not get text, to find temp_x.”
Is it necessary to specify the full path?
Not always, but occasionally the server uses . as the directory instead of the full path. Specifying the full path is recommended.
Does the server have access to any directory?
The server trusts the client to tell it what local directory to check. You can hard code a path if desired.
Does the server support case‑insensitive matching?
Not yet; case‑insensitive matches are planned for a future update.
Frequently asked questions
Why does the server need to be told to use a specific tool?
The client may try to find information itself because it has direct file access. Therefore, the server must be explicitly instructed to use `get-text-match` or `get-parse-tree`.
What if the server selects the wrong tool?
You can tell it to specifically not use a tool, for example: “use the parse tree tool, not get text, to find temp_x.”
Is it necessary to specify the full path?
Not always, but occasionally the server uses `.` as the directory instead of the full path. Specifying the full path is recommended.
Does the server have access to any directory?
The server trusts the client to tell it what local directory to check. You can hard code a path if desired.
Does the server support case‑insensitive matching?
Not yet; case‑insensitive matches are planned for a future update.
Basic information
More Other MCP servers

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments