Skip to content

Commit 986c373

Browse files
committed
moved mcps to local
1 parent 0f60e40 commit 986c373

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

.mcp.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"mcpServers": {
3+
"upstash-context-7-mcp": {
4+
"type": "http",
5+
"url": "https://server.smithery.ai/@upstash/context7-mcp/mcp"
6+
},
7+
"aakarsh-sasi-memory-bank-mcp": {
8+
"type": "http",
9+
"url": "https://server.smithery.ai/@aakarsh-sasi/memory-bank-mcp/mcp"
10+
},
11+
"itseasy-21-mcp-knowledge-graph": {
12+
"type": "http",
13+
"url": "https://server.smithery.ai/@itseasy21/mcp-knowledge-graph/mcp"
14+
},
15+
"smithery-ai-filesystem": {
16+
"type": "stdio",
17+
"command": "npx",
18+
"args": [
19+
"-y",
20+
"@smithery/cli@latest",
21+
"run",
22+
"@smithery-ai/filesystem",
23+
"--profile",
24+
"yummy-owl-S0TDf6",
25+
"--key",
26+
"af08fae1-5f3a-43f6-9e94-86f9638a08a0",
27+
"--config",
28+
"\"{\\\"allowedDirs\\\":[\\\"src\\\",\\\"examples\\\",\\\"tests\\\"]}\""
29+
],
30+
"env": {}
31+
},
32+
"project-x-py Docs": {
33+
"command": "npx",
34+
"args": [
35+
"mcp-remote",
36+
"https://gitmcp.io/TexasCoding/project-x-py"
37+
]
38+
},
39+
"mcp-obsidian": {
40+
"command": "uvx",
41+
"args": [
42+
"mcp-obsidian"
43+
],
44+
"env": {
45+
"OBSIDIAN_API_KEY": "ac148cef45d67024e93b4557ba6170e1b868d108489ab55c94a8d5bad2de3981",
46+
"OBSIDIAN_HOST": "127.0.0.1",
47+
"OBSIDIAN_PORT": "27124"
48+
}
49+
},
50+
"tavily-mcp": {
51+
"command": "npx",
52+
"args": [
53+
"-y",
54+
"tavily-mcp@latest"
55+
],
56+
"env": {
57+
"TAVILY_API_KEY": "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"
58+
}
59+
},
60+
"waldzellai-clear-thought": {
61+
"type": "http",
62+
"url": "https://server.smithery.ai/@waldzellai/clear-thought/mcp"
63+
}
64+
}
65+
}

0 commit comments

Comments
 (0)