Skip to content

Commit d76ad0b

Browse files
committed
docs: Add one-click 'Add to Kiro' install badge for sequential thinking server
1 parent 0378963 commit d76ad0b

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

src/sequentialthinking/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,33 @@ After installing the server in your MCP host:
6969

7070
## Configuration
7171

72+
### Usage with Kiro
73+
74+
For quick installation, click the button below:
75+
76+
[![Add to Kiro](https://kiro.dev/images/add-to-kiro.svg)](https://kiro.dev/launch/mcp/add?name=sequential-thinking&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40modelcontextprotocol%2Fserver-sequential-thinking%22%5D%7D)
77+
78+
#### Manual Configuration
79+
80+
1. From the Kiro panel, select the **MCP Servers** tab, or open the file `.kiro/settings/mcp.json` in your project.
81+
2. Add the following configuration:
82+
83+
```json
84+
{
85+
"mcpServers": {
86+
"sequential-thinking": {
87+
"command": "npx",
88+
"args": [
89+
"-y",
90+
"@modelcontextprotocol/server-sequential-thinking"
91+
]
92+
}
93+
}
94+
}
95+
```
96+
97+
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/).
98+
7299
### Usage with Claude Desktop
73100

74101
Add this to your `claude_desktop_config.json`:

0 commit comments

Comments
 (0)