File System MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@File System MCP Serverfind top 5 resumes for a data scientist role"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP-integration
Resume Matching Agent using MCP + LangGraph
Overview
This project implements a Resume Matching Agent using the Model Context Protocol (MCP). The agent communicates with an MCP-compliant File System Server through a JSON-RPC 2.0 interface instead of directly accessing the filesystem.
The project also uses LangGraph for workflow orchestration and Sentence Transformers for semantic resume matching.
Related MCP server: Resume Matcher MCP Server
Features
JSON-RPC 2.0 compliant MCP Server
MCP Client
Resource Discovery
Batch Resume Processing
Directory Monitoring
Resume Ranking using Semantic Search
LangGraph Workflow
Error Handling
Technologies
Python
LangGraph
Sentence Transformers
PyMuPDF
Watchdog
JSON RPC 2.0
Project Structure
MCP-Integration/
│
├── resumes/
├── filesystem_mcp_server.py
├── mcp_client.py
├── matching_agent.py
├── rag_search.py
├── app.py
├── tools.py
├── requirements.txt
└── README.md
Run
pip install -r requirements.txt
python app.py
Workflow
User
↓
LangGraph Agent
↓
MCP Client
↓
Filesystem MCP Server
↓
Resume Folder
Author
U Lakshmi Priya
This server cannot be deployed
Maintenance
Related MCP Connectors
Securely search and manage workspace context files for AI agents and teams.
Artifact store for AI agents — read, write, and search files by path; share by rendered URL.
The Needle MCP server enables semantic search on documents stored in files like PDFs, DOCX, and XLSX by connecting AI applications to external data sources. It provides capabilities to create and manage document collections, perform natural language searches on stored content, and retrieve relevant information without requiring exact keyword matches.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables file system operations (read, write, list, search, watch, batch process) via MCP over JSON-RPC 2.0, used by a resume matching agent.-
- FlicenseNot gradedqualityBmaintenanceProvides sandboxed file system tools (read, write, search, list, watch) over the Model Context Protocol, enabling resume matching and analysis workflows via an agent.-
- FlicenseNot gradedqualityCmaintenanceProvides file system tools for resume matching agents, enabling reading, writing, searching, listing, watching, and batch processing of files via the Model Context Protocol.-
- FlicenseNot gradedqualityCmaintenanceEnables agents to read, search, batch process, and watch directories of resume files via JSON-RPC MCP methods and resource discovery.-