Skip to content
View nfvelten's full-sized avatar
🧉
Working from home
🧉
Working from home

Organizations

@Dali-Store

Block or report nfvelten

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nfvelten/README.md
Nicholas Velten

Projects

Project Stack
Arbitus — Security proxy for MCP servers. Per-agent auth, tool allowlists, audit logging. Rust
Agent Code Buddy — Human-in-the-loop approvals for AI agent tool calls via Android. Java · Android · Python
Paperboy — Keyboard-first local-first RSS reader and podcast player for new tab. JavaScript
agent-memory (Rust rewrite in progress) — Semantic memory layer for AI agents. Rust

Agent interface

My portfolio exposes a small read-only MCP service for agents that need to inspect my engineering background, project evidence or role direction.

https://www.nicholas-velten.xyz/mcp

Available operations:

  • get_resume — structured professional history, skills and evidence
  • get_projects — public software projects and AI systems
  • get_availability — the kinds of engineering work I am pursuing
  • prepare_intro — a grounded introduction for a target role or company

Claude Code:

claude mcp add --transport http nicholas-velten https://www.nicholas-velten.xyz/mcp

Generic MCP configuration:

{
  "mcpServers": {
    "nicholas-velten": {
      "url": "https://www.nicholas-velten.xyz/mcp"
    }
  }
}

Other machine-readable entry points:

Useful prompts include: Which production problems has Nicholas solved? What evidence supports his fit for full-stack, backend, platform or AI agent infrastructure roles?

Writing

Notes on software, tools and the work of building things — nicholas-velten.xyz


nicholas-velten.xyz · LinkedIn · nicholasfvelten@gmail.com

Pinned Loading

  1. site site Public

    My personal website

    MDX

  2. amphora-setup amphora-setup Public

    PKMS setup — Obsidian + Claude Code + Neovim integration with automation scripts

    Rust

  3. arbitusgateway/arbitus arbitusgateway/arbitus Public

    Open-source security gateway for MCP tool calls — blocks secret leaks, enforces agent policies, and requires human approval for risky actions

    Rust 6 2

  4. codex codex Public

    Book search and reading app — Kotlin Multiplatform + Compose

    Kotlin

  5. harbefas/agent-code-buddy harbefas/agent-code-buddy Public

    Companion approval surface for local coding agents

    Java 1

  6. harbefas/paperboy harbefas/paperboy Public

    Minimal RSS reader as your browser's new tab page

    JavaScript