stac2026
Allows to trigger and manage n8n workflows for workflow automation.
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., "@stac2026search memory for project ideas"
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.
stac2026 — Kevin's Personal AI Infrastructure
FastMCP 3 gateway orchestrating memory, automation, knowledge, and skills as a unified MCP stack.
Architecture
Claude Code / Any MCP Client
│
▼
┌──────────────────────────────────────────┐
│ gateway.py (Python FastMCP 3.0.0b2) │
│ create_proxy — stdio transport │
│ Auto-namespaces all child tools │
├──────────────────────────────────────────┤
│ │
│ ┌─────────┐ ┌─────────┐ ┌───────────┐ │
│ │ memory │ │ n8n │ │ memoria │ │
│ │ (Node) │ │ (Node) │ │ (Node) │ │
│ └────┬────┘ └────┬────┘ └─────┬─────┘ │
│ │ │ │ │
│ ┌────┴────┐ ┌────┴────┐ ┌─────┴─────┐ │
│ │ lotus │ │ skills │ │ seq-think │ │
│ │ (npx) │ │(Python) │ │ (npx) │ │
│ └─────────┘ └─────────┘ └───────────┘ │
│ │
└──────────────────────────────────────────┘sequential-thinking runs as a standalone MCP server (not proxied through gateway).
Related MCP server: Tycana
Servers
Server | Runtime | What it does | Tools/Data |
memory | Node.js (openmemory) | Persistent memory store — store, search, recall | SQLite |
n8n | Node.js (n8n-mcp v2.27.2) | Workflow automation — trigger/manage n8n workflows | n8n API at |
memoria | Node.js (in-memoria) | Contextual project knowledge — learns codebases | SQLite |
lotus | npx (lotus-wisdom-mcp) | Wisdom/knowledge retrieval | GitHub-hosted, stateless |
skills | Python (skills_server.py) | Skill discovery — 97 SKILL.md files as MCP Prompts | Scans |
File Layout
D:\projects\.mcp-global\
├── gateway.py # FastMCP 3 proxy hub (~25 lines)
├── skills_server.py # Skill discovery + 3 management tools
├── openmemory\ # Memory MCP server (Node.js)
│ ├── server.js # Entry point
│ ├── memory.js # Core memory operations
│ ├── database.js # SQLite adapter
│ └── memory.sqlite # Persistent memory DB
├── n8n-mcp-kevin\ # n8n workflow MCP (Node.js)
│ └── dist\mcp\index.js # Entry point
├── in-memoria\ # Contextual knowledge MCP (Node.js)
│ ├── dist\index.js # Entry point
│ └── in-memoria.db # Knowledge DB
└── in-memoria.db # Root-level copy (legacy)Configuration
Claude Code settings at C:\Users\kevin\.claude\settings.json:
{
"mcpServers": {
"mcp-gateway": {
"command": "python",
"args": ["D:\\projects\\.mcp-global\\gateway.py"]
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
}
}
}Gateway starts on Claude Code session launch (stdio transport). All child servers spawn as subprocesses.
Skills System
skills_server.py scans 4 directories for SKILL.md files:
Directory | Source |
| User custom skills |
| Official plugins |
| Community plugins |
| Skill packs |
Each SKILL.md becomes an MCP Prompt (LLM-consumable). Three management tools:
list_skills— enumerate all discovered skillsget_skill— retrieve full content by nameadd_skill— create new SKILL.md in user skills dir
FastMCP 3 Capabilities (Available, Not Yet Used)
The gateway currently uses create_proxy — roughly 5% of what FastMCP 3 offers.
Composition
mount()— nest servers hierarchically with namespacingimport_server()— merge another server's tools into yoursReplace flat proxy config with structured composition tree
OpenAPI Bridge
FastMCP.from_openapi(spec, client)— any OpenAPI spec becomes MCP tools automaticallyFastMCP.from_fastapi(app)— wrap a FastAPI app as MCP in one lineZero-code integration for any REST API with an OpenAPI/Swagger spec
Middleware
Rate limiting — throttle tool calls
Logging — track what gets called, by whom
Timing — latency monitoring per tool
Error handling — structured error responses
Authentication
OAuth2 — full OAuth server/client support
JWT Bearer — token-based auth for remote access
Transport
stdio — current (local only)
SSE — server-sent events
Streamable HTTP — production remote transport with custom headers
Enables access from other machines, mobile, cloud
Context & DI
Inject shared state (user prefs, session data) into any tool/resource/prompt
Dependency injection across the server tree
Resource Templates
Dynamic URI-based resources:
memory://search/{query},project://{name}/statusStructured data access for LLMs
Tags
Filter tools/resources per client or task context
Serve different tool sets to different consumers
Client SDK
Programmatic MCP client for building agents
Agents that orchestrate tools across servers
Network
n8n instance accessible via Tailscale at
100.117.118.7:5678Gateway runs locally (stdio) — no remote access yet
Future: Streamable HTTP transport + bearer auth for remote access
Dependencies
Component | Version | Install |
Python | 3.12+ | System |
fastmcp | 3.0.0b2 |
|
Node.js | 18+ | System |
npx | bundled with Node | — |
Roadmap (stac2026)
Gateway v2 — composition tree + middleware (logging, timing)
OpenAPI bridge — auto-import n8n API, Notion API, other REST APIs as MCP tools
Remote access — Streamable HTTP transport + JWT auth (Tailscale + bearer token)
Agent layer — FastMCP client SDK for multi-agent orchestration
Resource layer — dynamic resources for memory, projects, context
This 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
- AlicenseDqualityDmaintenanceAI-native orchestration layer with 80+ tools for task management, code editing, browser automation, terminal control, and persistent memory across CLI, local MCP, and cloud deployments.69931ISC
- Alicense-qualityDmaintenanceAI-native productivity backend that gives your AI assistant persistent memory, pattern awareness, and computed intelligence about your work. 14 MCP tools for task management, daily planning, weekly review, and personal context.MIT
- AlicenseAqualityDmaintenanceUnified MCP and skill management gateway for AI agents, enabling tool discovery, installation, and sharing with 99% context token savings.8116105Apache 2.0
- Alicense-qualityCmaintenanceCentralized agentic memory and MCP gateway for LLMs, enabling persistent memory recall, validation, and integration with upstream MCP servers.1Apache 2.0
Related MCP Connectors
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
Cross-AI personal memory. Save once in ChatGPT, recall in Claude, Mistral, Grok, or any MCP client.
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/ktg-one/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server