https://github.com/orange-fruit01/mcp-test-run
https://github.com/orange-fruit01/mcp-test-run
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/orange-fruit01/mcp-test-run
- Owner: orange-fruit01
- Created: 2025-03-17T14:07:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T16:28:23.000Z (7 months ago)
- Last Synced: 2025-03-17T16:31:54.906Z (7 months ago)
- Language: Python
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MCP Service
This is a Model Control Protocol (MCP) service that provides tools for Cursor and Claude applications.
## Connecting to the Service
### For Cursor Users
1. Open Cursor
2. Go to Settings > AI > Advanced
3. Under "MCP Endpoint", enter: `https://your-render-url.onrender.com`
4. Save settings and restart Cursor### For Claude App Users
1. Open Claude App
2. Go to Settings > Advanced
3. Under "MCP Connection", enter: `https://your-render-url.onrender.com`
4. Save settings## Available Tools
- **Web Crawler**: Crawls web pages and returns content as markdown
## Deployment
This service is deployed on Render.com as a Docker container. The service is accessible at:
```
https://your-render-url.onrender.com
```Replace `your-render-url.onrender.com` with the actual URL provided by Render after deployment.
## Environment Variables
- `MCP_HOST`: Host to bind the server (default: 0.0.0.0)
- `MCP_PORT`: Port to bind the server (default: 8000)## Monitoring
A health endpoint is available at `/health` for monitoring the service status.