MCP Resources
About
Provides MCP server configurations for accessing the Brave Search and GitHub APIs.
Details
- Author
- austynrowat
- Categories
- Developer Tools, Search, Other, API
Jump to
Setup
Install MCP Resources in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/austynrowat/MCP_Resources
Follow the installation instructions in the repository README, then restart your MCP client.
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"] } } }
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):
Note:The Serena MCP server usesserena-mcp-server.exeon Windows andserena-mcp-server(without .exe) on macOS/Linux. Update the configuration accordingly based on your operating system.
To add these servers to Claude Code, run:
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Search 15,000+ AI tools, check agent-compatibility scores, find alternatives, and audit dependencies before calling any external API or MCP.
Clix MCP Server for assisting Clix SDK/API integrations with semantic search across Clix docs and SDK source (iOS, Android, Flutter, React Native).
Developer resources including GitHub, npm, PyPI, Docker Hub, GitLab, and StackOverflow
Search all of GitHub from your AI agent — find libraries, drill into repos, find code patterns.
A Grey Hack server for Cursor IDE, providing GitHub code search, Greybel-JS transpilation, API validation, and script generation.
Semantic search over IMAGIN.studio vehicle imagery API documentation, CDN configuration, and integration guides.
Postman for MCP — search 156 servers, inspect tools with schema visualizer, test live
Interact with an MCP registry to check health, list entries, and get server details.
Search the web using Kagi's search API
Unlock geospatial intelligence through Mapbox APIs like geocoding, POI search, directions, isochrones and more.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




