abount
About
abount is a simple MCP (Model Context Protocol) server demo. It supports MCP protocol versions 2024-11-05 and 2025-03-26, and is intended for developers using Cursor or Claude Desktop.
Details
- Author
- abbracadabra
- Downloads
- 169
- Categories
- Other
Jump to
- Supports MCP protocol versions 2024-11-05 and 2025-03-26.
- Supports multiple instances.
- Simple HTTP-based MCP server demo.
- Lightweight implementation for testing and learning.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
abountCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Open your MCP configuration file in Cursor or Claude Desktop, then add an HTTP URL pointing to the abount server endpoint (e.g., http://localhost:8001/mcp/gw/endpoint). The example config is provided in the README.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"abount": {
"ExampleServer": {
"url": "http://localhost:8001/mcp/gw/endpoint"
}
}
}
}
McpServers
{
"ExampleServer": {
"url": "http://localhost:8001/mcp/gw/endpoint"
}
}
abount
非常简单的mcp server demofeat
- [x] 支持2024-11-05 和 2025-03-26 - [x] 支持多实例 - [ ] 未支持2025-03-26中的batch messages - [ ] 未支持协议中的auth部分use
打开cursor或claude desktop,mcp配置文件里加上你的http url{
"mcpServers": {
"ExampleServer": {
"url": "http://localhost:8001/mcp/gw/endpoint"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



