Skip to content

Commit 7196b52

Browse files
committed
docs: Add one-click 'Add to Kiro' install badge for time server
1 parent d76ad0b commit 7196b52

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

src/time/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,30 @@ python -m mcp_server_time
4343

4444
## Configuration
4545

46+
### Configure for Kiro
47+
48+
For quick installation, click the button below:
49+
50+
[![Add to Kiro](https://kiro.dev/images/add-to-kiro.svg)](https://kiro.dev/launch/mcp/add?name=time&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22mcp-server-time%22%5D%7D)
51+
52+
#### Manual Configuration
53+
54+
1. From the Kiro panel, select the **MCP Servers** tab, or open the file `.kiro/settings/mcp.json` in your project.
55+
2. Add the following configuration:
56+
57+
```json
58+
{
59+
"mcpServers": {
60+
"time": {
61+
"command": "uvx",
62+
"args": ["mcp-server-time"]
63+
}
64+
}
65+
}
66+
```
67+
68+
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/).
69+
4670
### Configure for Claude.app
4771

4872
Add to your Claude settings:

0 commit comments

Comments
 (0)