Skip to content

Commit 0e0b672

Browse files
committed
docs: Add one-click 'Add to Kiro' install badge for filesystem server
1 parent 4503e2d commit 0e0b672

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

src/filesystem/README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,37 @@ The mapping for filesystem tools is:
204204

205205
> Note: `idempotentHint` and `destructiveHint` are meaningful only when `readOnlyHint` is `false`, as defined by the MCP spec.
206206
207+
## Usage with Kiro
208+
209+
For quick installation, click the button below:
210+
211+
[![Add to Kiro](https://kiro.dev/images/add-to-kiro.svg)](https://kiro.dev/launch/mcp/add?name=filesystem&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40modelcontextprotocol%2Fserver-filesystem%22%2C%22%2Fpath%2Fto%2Fallowed%2Fdir%22%5D%7D)
212+
213+
### Manual Configuration
214+
215+
1. From the Kiro panel, select the **MCP Servers** tab, or open the file `.kiro/settings/mcp.json` in your project.
216+
2. Add the following configuration:
217+
218+
```json
219+
{
220+
"mcpServers": {
221+
"filesystem": {
222+
"command": "npx",
223+
"args": [
224+
"-y",
225+
"@modelcontextprotocol/server-filesystem",
226+
"/Users/username/Desktop",
227+
"/path/to/other/allowed/dir"
228+
]
229+
}
230+
}
231+
}
232+
```
233+
234+
3. Replace the paths with directories you want the server to access.
235+
236+
For more details, see the Kiro MCP documentation for [IDE](https://kiro.dev/docs/ide/mcp/configuration/) or [CLI](https://kiro.dev/docs/cli/mcp/configuration/).
237+
207238
## Usage with Claude Desktop
208239
Add this to your `claude_desktop_config.json`:
209240

0 commit comments

Comments
 (0)