Skip to content

Commit 7be3ac4

Browse files
committed
doc: FAQ.md + mcp servers
Signed-off-by: Diwank Singh Tomer <[email protected]>
1 parent f59ffdc commit 7be3ac4

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.mcp.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"mcpServers": {
3+
"deepwiki": {
4+
"type": "http",
5+
"url": "https://mcp.deepwiki.com/mcp"
6+
},
7+
"linear": {
8+
"type": "sse",
9+
"url": "https://mcp.linear.app/sse"
10+
},
11+
"fetch": {
12+
"type": "stdio",
13+
"command": "uvx",
14+
"args": [
15+
"mcp-server-fetch"
16+
],
17+
"env": {}
18+
},
19+
"firecrawl": {
20+
"type": "stdio",
21+
"command": "npx",
22+
"args": [
23+
"-y",
24+
"firecrawl-mcp"
25+
],
26+
"env": {}
27+
}
28+
}
29+
}

0 commit comments

Comments
 (0)