Mindway MCP Server
Provides a read-only context gateway for the Mindway operating protocol, enabling AI clients to load startup context, search public guidelines, and retrieve protocol documentation safely with path traversal protection.
README
Mindway MCP Server
Mindway MCP is the canonical context gateway for the Mindway operating protocol. It allows MCP-compatible AI clients (such as Gemini Spark Custom Connected Apps) to read startup context, search public guidelines, and load relevant protocol documentation safely.
- Canonical Public Entry:
https://raw.githubusercontent.com/contactwichit-design/mindway/main/my.md - Protocol Endpoint:
https://<deployed-domain>/mcp - Health Check:
GET /health
Capabilities & Tools (Read-Only Version 1)
mindway_load: Load canonical startup context (my.md,README.md,PUBLIC_STANDARD.md).mindway_get_entry: Retrieve the canonicalmy.mdentry file.mindway_search_public: Search approved public Markdown files incontactwichit-design/mindway.mindway_get_file: Read one approved public file with path traversal protection.mindway_context_bundle: Build a minimal context bundle tailored to a task.mindway_status: Report server health, version, uptime, and canonical source status.
Security Model
- Read-Only: Version 1 has zero write, update, delete, or external URL capabilities.
- Path Traversal Protection: Strictly blocks
../, absolute paths, dotfiles, and secrets. - Extension Allowlist: Only
.md,.txt,.json,.yaml,.yml,.csvfiles permitted. - Rate Limiting: 100 requests per minute per IP.
- File Size Caps: 1 MB maximum per file.
Local Setup & Testing
# Install dependencies
npm install
# Build
npm run build
# Run unit tests
npm test
# Run local integration test
npm run test:integration
# Start local server
npm start
Docker Support
docker build -t mindway-mcp .
docker run -p 8080:8080 mindway-mcp
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.