context-mcp

geq1fan/context-mcp

3.3

If you are the rightful owner of context-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

Agent MCP is a server designed to integrate AI agents with project codebases through secure, read-only filesystem operations.

Tools

Functions exposed to the LLM to take actions

list_directory

Lists the files in a specified directory.

show_tree

Displays the directory structure as a tree.

search_in_file

Searches for specific content within a file.

search_in_files

Searches for specific content across multiple files.

find_files_by_name

Finds files by their name.

find_recently_modified_files

Finds files that have been recently modified.

read_entire_file

Reads the entire content of a file.

read_file_lines

Reads specific lines from a file.

read_file_tail

Reads the last few lines of a file.

read_files

Reads multiple files.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources