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 "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.1647MIT
- 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.164MIT
- Flicense-qualityDmaintenanceA 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.
- AlicenseAqualityBmaintenanceEfficiently 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.38MIT
Related MCP Connectors
Securely search and manage workspace context files for AI agents and teams.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Read-only Remote MCP for externally grounded AI agent trust receipts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/contactwichit-design/mindway-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server