File System MCP Server
Click on "Install 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: LinkedIn Model Context Protocol (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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables searching for files by name fragments via JSON-RPC or an HTTP REST API, with options for direct use or integration with other tools like VS Code.Last updated1
- Alicense-qualityDmaintenanceA server that enables AI assistants to interact with LinkedIn programmatically for job searching, resume/cover letter generation, and managing job applications through standardized JSON-RPC requests.Last updated24MIT
- Flicense-qualityDmaintenanceEnables Large Language Models to safely browse and interact with local file systems through secure directory listing, file reading, and content search capabilities. Built with comprehensive security controls and high-performance handling of large directories and files.Last updated
- Flicense-qualityCmaintenanceEnables file system operations (read, write, list, search, watch, batch process) via MCP over JSON-RPC 2.0, used by a resume matching agent.Last updated
Related MCP Connectors
Securely search and manage workspace context files for AI agents and teams.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
File uploads for AI agents. Upload, list, and manage files. No signup required.
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/priyaulakshmi-commits/MCP-integration'
If you have feedback or need assistance with the MCP directory API, please join our Discord server