Mindway MCP Server
Provides tools to search and retrieve approved public Markdown files from a GitHub repository (contactwichit-design/mindway), enabling loading of canonical startup context and protocol documentation.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mindway MCP ServerLoad the startup context for Mindway."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.mdProtocol Endpoint:
https://<deployed-domain>/mcpHealth 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.
Related MCP server: MCP Filesystem Server
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 startDocker Support
docker build -t mindway-mcp .
docker run -p 8080:8080 mindway-mcpThis server cannot be deployed
Maintenance
Related MCP Connectors
Read-only search and Markdown access to liz's public docs, prompts, resources, and an MCP App.
Search and read Empryo's documentation. Read-only, no auth, no local access.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Read-only MCP for AI usage profiles, leaderboards, stats, and docs; no writes or private data.
Related MCP Servers
- AlicenseAqualityCmaintenanceA secure Model Context Protocol server that provides controlled filesystem access within predefined directories, enabling AI models to perform file and directory operations with strict path validation.163 npm7MIT
- AlicenseAqualityDmaintenanceProvides secure filesystem access for AI models through the Model Context Protocol with strict path validation, file operations, directory management, and system command execution within predefined directories.163 npmMIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides secure, sandboxed file system operations including reading, writing, and managing files within a configurable base directory. It features robust path traversal protection to ensure all file interactions remain confined to a safe, restricted environment.-
- AlicenseAqualityDmaintenanceEfficiently loads, caches, and delivers project file context for AI agents using the Model Context Protocol, reducing multiple file reads to a single call with LRU caching and security validation.35 npmMIT