Agentic AI Zone

AGENTIC AI

I build the infrastructure that lets AI act inside a real stack: custom MCP servers, self-hosted automation, persistent memory. All of it under my own control.

Scroll
01
Infrastructure

Agentic AI Hub

MCP servers, n8n workflows, and a vault as the brain.

The infrastructure the rest of my work runs on. Custom MCP servers connect Claude Code to external APIs, n8n handles event-driven automation on my own VPS, and an Obsidian vault gives agents persistent memory. TypeScript and webhooks, no low-code platform underneath.

28
MCP Tools
3
Pipelines
VPS
Self-hosted
0
Wrappers
  • Custom MCP servers bridge Claude to external APIs
  • Self-hosted n8n, webhook-triggered, full control
  • Obsidian vault as the persistent knowledge layer for agents
Open node
flow
02
Memory layer

Second Brain

An Obsidian vault that Claude can read, query, and write to.

The knowledge layer underneath everything. Decisions, learnings, and skills live as atomic Markdown files with frontmatter, and Claude searches them semantically through a custom MCP tool before it answers.

MD
Format
Semantic
Search
Atomic
Notes
R/W
Access
  • Atomic notes: one decision = one file
  • Semantic search via a Zod-validated MCP tool
  • Claude reads AND writes — not a read-only setup
Open node
flow
03
Typed bridges

MCP Servers

Custom MCP servers that turn any tool into a typed surface for Claude.

Multiple MCP servers, some built from scratch (Make.com, the Second Brain vault, a few Notion surfaces) and others wired as clients (Asana, Linear, Figma, Stitch, Notebook LM, Excalidraw). Each one exposes its tools through Zod-validated schemas, so Claude calls them like typed functions.

2
Built
10+
Wired
Zod
Runtime
TS
Typed
  • Custom-built: Make.com bridge + Second Brain vault MCP
  • Client-integrated: Asana, Linear, Figma, Notion, Notebook LM, Excalidraw
  • Every server speaks MCP — swap the AI runtime without rewiring tools
Open node
Adjacent nodes · Tier 2
n8n Automation Suite
Voice-to-Notion, lead pipelines, and event-driven workflows on my own VPS