← jonasdegener.com

INDIVIDUAL MCP TOOL

browse_projects

List all projects with title, description, tech stack, and date

jonasdegener.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

jonasdegener.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.jonasdegener-com]
url = "https://www.jonasdegener.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "jonasdegener-com": {
      "type": "http",
      "url": "https://www.jonasdegener.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: jonasdegener-com
Remote MCP URL: https://www.jonasdegener.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "jonasdegener-com": {
      "url": "https://www.jonasdegener.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "jonasdegener-com": {
      "type": "http",
      "url": "https://www.jonasdegener.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "jonasdegener-com",
  "transport": "streamable-http",
  "url": "https://www.jonasdegener.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_project — Get a specific project by slug with full content
  • read_blog_post — Read a specific blog post by slug
  • get_blog_post — Get a specific blog post by slug (alias for read_blog_post)
  • list_photos — List all photo albums with their photos
  • list_notes — List all notes from the Digital Garden, optionally filtered by tag
  • get_note — Get a specific note by slug with full content
  • get_about — Get bio, skills, and contact information about Jonas Degener
  • get_contact — Get contact information for Jonas Degener