Custom MCP Server
@degenhero
About Custom MCP Server
A custom MCP server integrating Brave search, filesystem, GitHub, and sequential thinking
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"custom-mcp-server": {
"command": "npx",
"args": [
"@anthropic-ai/install-mcp",
"custom-mcp-server",
"http://localhost:3001"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Custom MCP Server?
Custom MCP Server is a custom Machine Conversation Protocol server that integrates various tools for AI assistants, including Brave Search, Secure Filesystem, GitHub Integration, Sequential Thinking, and Download Utility. It is designed for use with AI assistants like Claude.
How to use Custom MCP Server?
Clone the repository, run npm run install:all to install dependencies, then npm run start:both to start both servers. For use with Claude, run npx @anthropic-ai/install-mcp custom-mcp-server http://localhost:3001.
Key features of Custom MCP Server
- Brave web and local search capabilities
- Secure filesystem operations with security controls
- GitHub repository and code management
- Sequential thinking for step-by-step problem solving
- Download files from the internet
Use cases of Custom MCP Server
- AI assistants performing web searches via Brave
- AI assistants managing files with security controls
- AI assistants managing GitHub repositories
- AI assistants engaging in structured problem-solving
- AI assistants downloading files from URLs
FAQ from Custom MCP Server
What tools does Custom MCP Server integrate?
It integrates Brave Search, Secure Filesystem, GitHub Integration, Sequential Thinking, and Download Utility.
How do I configure Custom MCP Server?
Configuration is managed through environment variables in a .env file, including PORT, MCP_PROTOCOL_PORT, BRAVE_API_KEY, and GITHUB_TOKEN.
What ports does Custom MCP Server use?
MCP Server runs on port 3000, MCP Protocol Server on port 3001 by default.
How do I add new functions?
Create a handler in the appropriate file in the functions directory, add the function definition to mcp-schema.json, and update the routing in index.js.
What license does Custom MCP Server use?
Custom MCP Server is licensed under the MIT License.
Frequently asked questions
What tools does Custom MCP Server integrate?
It integrates Brave Search, Secure Filesystem, GitHub Integration, Sequential Thinking, and Download Utility.
How do I configure Custom MCP Server?
Configuration is managed through environment variables in a `.env` file, including `PORT`, `MCP_PROTOCOL_PORT`, `BRAVE_API_KEY`, and `GITHUB_TOKEN`.
What ports does Custom MCP Server use?
MCP Server runs on port 3000, MCP Protocol Server on port 3001 by default.
How do I add new functions?
Create a handler in the appropriate file in the `functions` directory, add the function definition to `mcp-schema.json`, and update the routing in `index.js`.
What license does Custom MCP Server use?
Custom MCP Server is licensed under the MIT License.
Basic information
More Search MCP servers
SearXNG MCP Server
ihor-sokoliukPrivate web search for AI assistants via SearXNG — supports Claude, Cursor, and any MCP client
Web Scout MCP Server
pinkpixel-devA powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.
DuckDuckGo Search MCP Server
nickclydeA Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.
Brave Search MCP Server
mikechaoAn MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities
Exa MCP Server 🔍
exa-labsExa MCP for web search and web crawling!
Comments