mcp_filesystem_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., "@mcp_filesystem_serversearch all resume files for mentions of Python"
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.
Filesystem MCP Assistant
This project upgrades the original milestone 1 filesystem helper approach to an MCP-based architecture.
What changed
The filesystem business logic now lives in a shared domain layer.
mcp_filesystem_server.pyexposes the functionality through MCP-style JSON-RPC methods.llm_file_assistant.pytalks to the filesystem through an MCP client wrapper instead of importing direct helpers.Batch processing and watch sessions are exposed as MCP tools.
Resource discovery is exposed through MCP resources and resource templates.
Related MCP server: personal-resume-agent
Setup
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txtSet your model credentials in .env or environment variables:
OPENROUTER_API_KEY=your_key_here
OPENROUTER_MODEL=openai/gpt-4o-mini
OPENROUTER_HTTP_REFERER=http://localhost
OPENROUTER_APP_NAME=Filesystem MCP AssistantRun
Generate sample resumes:
python generate_mock_data.pyStart the agent:
python llm_file_assistant.pyRun the test suite:
pytestMCP workflow
stateDiagram-v2
[*] --> Agent
Agent --> MCPClient: list tools/resources
MCPClient --> MCPServer: initialize + JSON-RPC request
MCPServer --> MCPClient: tool/resource result
MCPClient --> Agent: structured result
Agent --> Model: tool message + context
Model --> Agent: final answer or another tool call
Agent --> [*]: task completeTest scenarios
Resource discovery returns capabilities and resource templates.
watch_directoryreports new resume files after a second poll.batch_processcan read or search multiple resumes in one call.The agent can resolve a tool call through MCP and produce a final response.
The end-to-end flow works with a real MCP subprocess and a stubbed model response.
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 Connectors
Foliora MCP for public discovery, account reads, and agent execution of human-approved changes.
Agent-driven search: build, import, tune, search, and score result quality — all over MCP.
Generate tailored, ATS-optimized resume PDFs and cover letters from a job description, over MCP.
Experimental MCP for discovering and purchasing explicitly published, versioned Agent knowledge.
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.
- AlicenseNot gradedqualityDmaintenanceExposes a personalized AI agent that reads your resume and provides intelligent responses about your professional background through a standardized MCP server interface with RAG capabilities.MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to interact with a sandboxed filesystem via MCP tools for reading, writing, searching, and monitoring files, including batch processing and resource discovery for resume management.
- FlicenseNot gradedqualityCmaintenanceProvides MCP tools for reading, listing, writing, searching, watching, and batch-processing files, enabling automated file management and resume matching workflows.
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/bhanuprasadpudi/MCP-integration'
If you have feedback or need assistance with the MCP directory API, please join our Discord server