Guest User

Mcp Flow

a guest
Jul 29th, 2025
1,491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. {
  2.   "mcpServers": {
  3.     "chroma": {
  4.       "command": "uvx",
  5.       "args": [
  6.         "chroma-mcp-server"
  7.       ],
  8.       "env": {
  9.         "CHROMA_CLIENT_TYPE": "persistent",
  10.         "CHROMA_DATA_DIR": "E:\\\\Workspace\\\\data",
  11.         "CHROMA_LOG_DIR": "E:\\\\Workspace\\\\logs",
  12.         "LOG_LEVEL": "INFO",
  13.         "MCP_LOG_LEVEL": "INFO",
  14.         "MCP_SERVER_LOG_LEVEL": "INFO"
  15.       }
  16.     },
  17.     "playwright": {
  18.       "command": "npx",
  19.       "args": [
  20.         "@playwright/mcp@latest"
  21.       ]
  22.     },
  23.     "ddg-search": {
  24.       "command": "uvx",
  25.       "args": [
  26.         "duckduckgo-mcp-server"
  27.       ]
  28.     },
  29.     "fetch": {
  30.       "command": "uvx",
  31.       "args": [
  32.         "mcp-server-fetch"
  33.       ]
  34.     },
  35.     "basic-memory": {
  36.       "command": "uvx",
  37.       "args": [
  38.         "basic-memory",
  39.         "mcp"
  40.       ]
  41.     },
  42.     "perplexity-ask": {
  43.       "command": "npx",
  44.       "args": [
  45.         "-y",
  46.         "server-perplexity-ask"
  47.       ],
  48.       "env": {
  49.         "PERPLEXITY_API_KEY": "pplx-***"
  50.       }
  51.     },
  52.     "sequential-thinking": {
  53.       "command": "npx",
  54.       "args": [
  55.         "-y",
  56.         "@modelcontextprotocol/server-sequential-thinking"
  57.       ]
  58.     },
  59.     "brave-search": {
  60.       "command": "npx",
  61.       "args": [
  62.         "-y",
  63.         "@modelcontextprotocol/server-brave-search"
  64.       ],
  65.       "env": {
  66.         "BRAVE_API_KEY": "***"
  67.       }
  68.     },
  69.     "mindmap": {
  70.       "command": "uvx",
  71.       "args": [
  72.         "mindmap-mcp-server",
  73.         "--return-type",
  74.         "html"
  75.       ]
  76.     }
  77.   }
  78. }
  79.  
Advertisement
Add Comment
Please, Sign In to add comment