Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "mcpServers": {
- "chroma": {
- "command": "uvx",
- "args": [
- "chroma-mcp-server"
- ],
- "env": {
- "CHROMA_CLIENT_TYPE": "persistent",
- "CHROMA_DATA_DIR": "E:\\\\Workspace\\\\data",
- "CHROMA_LOG_DIR": "E:\\\\Workspace\\\\logs",
- "LOG_LEVEL": "INFO",
- "MCP_LOG_LEVEL": "INFO",
- "MCP_SERVER_LOG_LEVEL": "INFO"
- }
- },
- "playwright": {
- "command": "npx",
- "args": [
- "@playwright/mcp@latest"
- ]
- },
- "ddg-search": {
- "command": "uvx",
- "args": [
- "duckduckgo-mcp-server"
- ]
- },
- "fetch": {
- "command": "uvx",
- "args": [
- "mcp-server-fetch"
- ]
- },
- "basic-memory": {
- "command": "uvx",
- "args": [
- "basic-memory",
- "mcp"
- ]
- },
- "perplexity-ask": {
- "command": "npx",
- "args": [
- "-y",
- "server-perplexity-ask"
- ],
- "env": {
- "PERPLEXITY_API_KEY": "pplx-***"
- }
- },
- "sequential-thinking": {
- "command": "npx",
- "args": [
- "-y",
- "@modelcontextprotocol/server-sequential-thinking"
- ]
- },
- "brave-search": {
- "command": "npx",
- "args": [
- "-y",
- "@modelcontextprotocol/server-brave-search"
- ],
- "env": {
- "BRAVE_API_KEY": "***"
- }
- },
- "mindmap": {
- "command": "uvx",
- "args": [
- "mindmap-mcp-server",
- "--return-type",
- "html"
- ]
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment