Filesystem Access
Secure filesystem access for Claude Code with configurable directory permissions and file operations.
$ npx claude-code-templates@latest --mcp="filesystem/filesystem-access" --yesRequires Claude Code. The command adds this mcp server to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this mcp server
Component source
{
"mcpServers": {
"filesystem": {
"description": "Secure filesystem access for Claude Code with configurable directory permissions and file operations.",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/files"
]
}
}
}
Related Claude Code MCP Servers
Context7
Context7 by Upstash pulls up-to-date, version-specific documentation and code examples straight from the source and injects them into your prompt. Add 'use context7' to any prompt to activate.
Memory Integration
Persistent memory and context management for Claude Code sessions. Store and recall information across conversations and projects.
Playwright Mcp Server
A Model Context Protocol server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages, take screenshots, generate test code, web scraps the page and execute JavaScript in a real browser environment.
Postgresql Integration
Connect to PostgreSQL databases for advanced data operations, complex queries, and enterprise database management.
Web Fetch
Web content fetching and data extraction capabilities. Access external APIs, scrape web content, and integrate external data sources.
Github Integration
Direct GitHub API integration for repository management, issue tracking, pull requests, and collaborative development workflows.
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.