MCP Server
MCP
Filesystem
Read, create, and edit files.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "filesystem-mcp",
"version": "1.3.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
}
},
{
"registryType": "npm",
"identifier": "filesystem-mcp",
"version": "1.3.0",
"runtimeHint": "npx",
"transport": {
"type": "streamable-http",
"url": "http://localhost:3000/mcp"
},
"environmentVariables": [
{
"description": "Transport type.",
"isRequired": true,
"value": "http",
"name": "MCP_TRANSPORT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment