Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fokan
/
Sequential-thinking
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fokan
commited on
Aug 24, 2025
Commit
98d752f
·
verified
·
1 Parent(s):
db56149
Create mcp.json
Browse files
Files changed (1)
hide
show
mcp.json
+11
-0
mcp.json
ADDED
Viewed
@@ -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
+
}