From f724a71ade835a4614e80359d697e9856d9d8e46 Mon Sep 17 00:00:00 2001 From: Oleg Proskurin Date: Fri, 26 Sep 2025 23:11:27 +0700 Subject: [PATCH] add mcp --- .mcp.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .mcp.json diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..6dab5a2 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,44 @@ +{ + "mcpServers": { + "context7": { + "type": "stdio", + "command": "npx", + "args": [ + "-y", + "@upstash/context7-mcp", + "--api-key", + "ctx7sk-48cb1995-935a-4cc5-b9b0-535d600ea5e6" + ], + "env": {} + }, + "brave-search": { + "command": "npx", + "args": [ + "-y", + "@modelcontextprotocol/server-brave-search" + ], + "env": { + "BRAVE_API_KEY": "BSAcRGGikEzY4B2j3NZ8Qy5NYh9l4HZ" + } + }, + "postgres": { + "command": "docker", + "args": ["run", "-i", "--rm", "-e", "DATABASE_URI", "crystaldba/postgres-mcp", "--access-mode=unrestricted"], + "env": { + "DATABASE_URI": "postgresql://postgres:postgres@localhost:5433/prime_db" + } + }, + "mastra": { + "type": "stdio", + "command": "npx", + "args": ["@mastra/mcp-docs-server@latest"], + "env": {} + }, + "browsermcp": { + "type": "stdio", + "command": "npx", + "args": ["-y", "@browsermcp/mcp@latest"], + "env": {} + } + } +}