fokan commited on
Commit
98d752f
·
verified ·
1 Parent(s): db56149

Create mcp.json

Browse files
Files changed (1) hide show
  1. mcp.json +11 -0
mcp.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mcpServers": {
3
+ "Sequential thinking": {
4
+ "command": "npx",
5
+ "args": [
6
+ "-y",
7
+ "@modelcontextprotocol/server-sequential-thinking"
8
+ ]
9
+ }
10
+ }
11
+ }