Enhanced file system operations for Claude Code.
## Filesystem MCP Server Skill
A skill that integrates Filesystem with Claude Code via MCP.
### Configuration
```json
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@mcp/filesystem-server"],
"env": {
"FILESYSTEM_API_KEY": "${env:FILESYSTEM_API_KEY}"
}
}
}
}
```
### Skill Capabilities
With this skill, Claude Code can:
- Read Filesystem data in real-time
- Create and update Filesystem resources
- Automate Filesystem workflows
- Cross-reference with code changes
### Example Prompts
- "Show me open Filesystem items related to this module"
- "Create a Filesystem entry for this bug fix"
- "Update Filesystem status when tests pass"
- "Link this commit to the Filesystem item"
### Setup
1. Get your Filesystem API key
2. Add to `.claude/mcp-servers.json`
3. Set environment variable
4. Restart Claude CodeFree to copy and use. Compatible with Claude Code, Claude 4 Opus.
Copy this skill into your Claude Code project. Customize bracketed variables for your specific setup.
Initial release
Sign in and download this prompt to leave a review.