8 lines
477 B
Markdown
8 lines
477 B
Markdown
- [ ] Load MCP documentation
|
|
- [ ] Read existing cline_mcp_settings.json
|
|
- [ ] Create directory for new MCP server (e.g., .clie_mcp_servers/filesystem)
|
|
- [ ] Add server config to cline_mcp_settings.json with name "github.com/modelcontextprotocol/servers/tree/main/src/filesystem"
|
|
- [x] Install the server (use npx or docker, choose appropriate method for Linux)
|
|
- [x] Verify server is running
|
|
- [x] Demonstrate server capability using one tool (e.g., list_allowed_directories)
|