Freya 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., "@Freya MCP Serverlist all files in the current directory"
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.
Freya MCP Server
The most powerful filesystem MCP server for AI agents. Filesystem operations, shell execution, Windows system tools, reverse engineering, code intelligence (LSP), browser automation, and agent orchestration. All in one MCP server built for AI agents like Claude, Cline, and Cursor.
Outperforms Claude Code in raw filesystem capabilities with native Windows support, real process control, memory operations, and DLL injection.
Why Freya?
Claude Code runs in a sandbox. Freya gives the agent real system access. Read process memory. Patch binaries. Walk the registry. Inject DLLs. Control Windows services. Full LSP integration for real code intelligence. This is a real engineering tool, not a toy.
Related MCP server: enhanced-filesystem-mcp
Features
Filesystem - Read, write, move, copy, delete with atomic writes, SHA-256 conflict detection, path traversal protection, and backup history.
Shell and Processes - Execute commands with permission gating, durable background jobs, streaming output, injection-safe sanitization, and smart timeouts.
Windows System Tools - Registry (read, write, search, delete). Process management (list, kill, suspend, resume). Windows Services (start, stop, list). DLL injection. ETW tracing.
Reverse Engineering - Process memory read/write/scan with AOB patterns. Module enumeration. PE analysis (headers, exports, imports, sections). Hook detection and signature verification.
Code Intelligence - Full LSP integration with go-to-definition, references, hover, symbols, diagnostics, and workspace-wide rename with validation pipelines.
Agent Orchestration - Durable task/job management, todo system, context compression, project memory, and multi-agent orchestration with persistent agents.
Browser and Web - Playwright automation, clipboard access, file downloads, HTTP requests, web scraping.
Security - Permission-gated operation tiers, shell command sanitization, path-traversal protection, and tool profiles (daily, full, coding, reverse, minimal).
Quick Start
git clone https://github.com/artemij5566-hub/freya-mcp-server.git
cd freya-mcp-server
npm install
cp .env.example .env
npm startUse with Claude Desktop, Cline, or Cursor
Add to your claude_desktop_config.json:
{
"mcpServers": {
"freya": {
"command": "node",
"args": ["path/to/freya-mcp-server/dist/index.v2.js"],
"env": {
"ALLOWED_ROOT": "C:\\Projects",
"FREYA_TOOL_PROFILE": "full"
}
}
}
}Requirements
Node.js >= 22
Windows (for system tools and reverse engineering)
Development
npm run dev # Watch mode with HTTP dashboard
npm run build # Build TypeScript and native addon
npm run test # Run tests
npm run check # Typecheck, test, lint, buildLicense
Custom license. See LICENSE for details.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
MCP server for building and testing AI agents with multi-model experimentation and insights.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceA MCP server for Windows/Linux that provides 90+ tools enabling AI assistants to systematically manage local systems, including system probing, command execution, file editing, network diagnostics, and more.13MIT
- AlicenseBqualityDmaintenanceHigh-performance MCP server giving AI agents advanced filesystem and automation capabilities on Windows, with 26 tools across file I/O, search, Git, process management, and more.262MIT
- AlicenseAqualityDmaintenanceAn MCP server that grants AI agents unrestricted file system, Python, and PowerShell access on Windows for real, unfiltered automation.141MIT
- AlicenseNot gradedqualityAmaintenanceThe fastest, most capable filesystem MCP server built in Rust, giving AI agents superpowers to read, search, edit, and manage files and directories.11Apache 2.0
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/mrcodex-dev/freya-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server