MCP Resources
Provides MCP server configurations for accessing the Brave Search and GitHub APIs.
MCP_Resources
MCP Server Configuration
Add the following configuration to your Claude Desktop app:
{
"mcpServers": {
"brave-search": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"BRAVE_API_KEY",
"mcp/brave-search"
],
"env": {
"BRAVE_API_KEY": "your_token_here"
}
},
"github": {
"command": "docker",
"args": ["run", "-i", "--rm", "-e", "GITHUB_PERSONAL_ACCESS_TOKEN", "ghcr.io/github/github-mcp-server"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your_token_here"
}
},
"context7": {
"autoApprove": [],
"disabled": false,
"timeout": 60,
"command": "docker",
"args": ["run", "-i", "--rm", "context7-mcp"],
"transportType": "stdio"
},
"serena": {
"command": "uvx",
"args": ["--from", "git+https://github.com/oraios/serena", "serena-mcp-server.exe"]
}
}
}
Add to Claude Desktop to test out.
Brave Search API Key
To get a Brave Search API key:
- Visit Brave Search API
- Sign up for an account
- Navigate to your dashboard
- Generate a new API key
- Copy the API key and replace
your_token_herein the configuration above
GitHub Personal Access Token
To get a GitHub Personal Access Token:
- Go to GitHub > Settings > Developer Settings > Personal Access Tokens
- Click "Generate new token"
- Add required scopes (repos and projects)
- Generate the token
- Copy the token and replace
your_token_herein the configuration above
Context7 Setup
To run the Context7 MCP server in a Docker container:
- Create a Dockerfile in your project root:
FROM node:18-alpine
WORKDIR /app
# Install the latest version globally
RUN npm install -g @upstash/context7-mcp
# Expose default port if needed (optional, depends on MCP client interaction)
# EXPOSE 3000
# Default command to run the server
CMD ["context7-mcp"]
- Build the Docker image (make sure Docker Desktop or Docker daemon is running):
docker build -t context7-mcp .
Serena Setup
Note: The Serena MCP server uses serena-mcp-server.exe on Windows and serena-mcp-server (without .exe) on macOS/Linux. Update the configuration accordingly based on your operating system.
Claude Code Integration
To add these servers to Claude Code, run:
claude mcp add-from-claude-desktop
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
mcp.shop
A web shop built with MCP, WorkOS AuthKit, and Next.js.
weibaohui/k8m
Provides multi-cluster Kubernetes management and operations using MCP, featuring a management interface, logging, and nearly 50 built-in tools covering common DevOps and development scenarios. Supports both standard and CRD resources.
MCP Datetime
A server for datetime formatting and file name generation, with support for various formats and timezones.
MCP Aggregator
An MCP (Model Context Protocol) aggregator that allows you to combine multiple MCP servers into a single endpoint allowing to filter specific tools.
PostHog MCP
Integrates with PostHog for feature flag management and error tracking.
UnrealMCP Plugin
An unofficial MCP server plugin for remote control of Unreal Engine using AI tools.
Linear Regression MCP
Train a Linear Regression model by uploading a CSV dataset file, demonstrating an end-to-end machine learning workflow.
PureScript MCP Server
An MCP server offering PureScript development tools for AI assistants. Requires Node.js and the PureScript compiler for full functionality.
Storyblok MCP Server
Manage your Storyblok CMS using natural language through AI tools.
Riza
Arbitrary code execution and tool-use platform for LLMs by Riza