File tree Expand file tree Collapse file tree 3 files changed +8
-15
lines changed
Expand file tree Collapse file tree 3 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 1010 programs . mcp = {
1111 enable = true ;
1212 servers = {
13- sequential-thinking = {
14- command = "${ pkgs . pnpm } /bin/pnpm" ;
15- args = [ "dlx" "@modelcontextprotocol/server-sequential-thinking" ] ;
16- } ;
1713 deepwiki = {
1814 url = "https://mcp.deepwiki.com/mcp" ;
1915 } ;
2521 command = "${ pkgs . pnpm } /bin/pnpm" ;
2622 args = [ "dlx" "exa-mcp-server" ] ;
2723 } ;
24+ ### Capabilities already enabled in modern repl environments
2825 # filesystem = {
2926 # command = "${pkgs.pnpm}/bin/pnpm";
3027 # args = ["dlx" "@modelcontextprotocol/server-filesystem"];
3128 # };
29+ ## ultrathink
30+ # sequential-thinking = {
31+ # command = "${pkgs.pnpm}/bin/pnpm";
32+ # args = ["dlx" "@modelcontextprotocol/server-sequential-thinking"];
33+ # };
34+ ## beads
3235 # memory = {
3336 # command = "${pkgs.pnpm}/bin/pnpm";
3437 # args = ["dlx" "@modelcontextprotocol/server-memory"];
3538 # };
39+ ## Capabilities that require domain-specific setup to save context
3640 # playwright = {
3741 # command = "${pkgs.pnpm}/bin/pnpm";
3842 # args = ["dlx" "@playwright/mcp"];
Original file line number Diff line number Diff line change 22 pnpmCommand = "${ pkgs . pnpm } /bin/pnpm" ;
33in {
44 programs . claude-code . mcpServers = {
5- ## Use `ultrathink` instead
6- # sequential-thinking = {
7- # type = "stdio";
8- # command = pnpmCommand;
9- # args = ["dlx" "@modelcontextprotocol/server-sequential-thinking"];
10- # };
115 deepwiki = {
126 type = "http" ;
137 url = "https://mcp.deepwiki.com/mcp" ;
Original file line number Diff line number Diff line change 1111 type = "http" ;
1212 url = "https://mcp.deepwiki.com/mcp" ;
1313 } ;
14- # octocode = {
15- # type = "local";
16- # command = pnpmCommand;
17- # args = ["dlx" "octocode-mcp@latest"];
18- # };
1914 exa = {
2015 type = "local" ;
2116 command = pnpmCommand ;
You can’t perform that action at this time.
0 commit comments