{
"mcpServers": {
"gpt-oss-mcp-server-rust": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 241 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Gpt Oss Mcp Server Rust and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Rust-based MCP (Model Context Protocol) server that provides web browsing tools, optimized for ARM64 deployment on AWS Lambda.
search)Search for information on the web using DuckDuckGo and return formatted results with citations.
Parameters:
query (required): Search query stringtopn (optional): Number of results to return (default: 10, max: 50)Example:
{
"query": "rust programming language",
"topn": 5
}
open)Open a web page by URL and return its content converted to text with line numbers for citation.
Parameters:
url (required): URL to openloc (optional): Starting line number (default: 0)num_lines (optional): Number of lines to show (-1 for all, default: -1)Example:
{
"url": "https://www.rust-lang.org",
"loc": 0,
"num_lines": 50
}
find)Find specific text patterns in the currently opened page or a specific URL.
Parameters:
pattern (required): Text pattern to search for (case-insensitive)url (optional): URL of the page to search in (uses current page if omitted)Example:
{
"pattern": "memory safety",
"url": "https://www.rust-lang.org"
}
# Navigate to the project directory
cd gpt-oss-mcp-server-rust
# Build the Docker image
./build-docker.sh
# Deploy to production (default)
./deploy.sh
# Deploy to specific environment and region
./deploy.sh -e dev -r us-west-2
# Deploy with custom stack name
./deploy.sh -s my-mcp-server -e staging
# Get help with all options
./deploy.sh --help
Deploy Script Features:
Test Deployment:
# Run comprehensive deployment validation
./test-deployment.sh
After deployment, you'll receive an MCP endpoint URL. Add it to your MCP client configuration:
{
"mcpServers": {
"gpt-oss-browser": {
"command": "npx",
"args": [
"mcp-remote",
"https://your-api-gateway-url/prod/mcp"
]
}
}
}
lambda_runtime and axumThe server maintains browsing sessions using in-memory storage:
Mcp-Session-Id headerRwLockneoverse-n1 target CPU for