Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
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
browse_projects— List all projects with title, description, tech stack, and dateget_project— Get a specific project by slug with full contentget_blog_post— Get a specific blog post by slug (alias for read_blog_post)list_photos— List all photo albums with their photoslist_notes— List all notes from the Digital Garden, optionally filtered by tagget_note— Get a specific note by slug with full contentget_about— Get bio, skills, and contact information about Jonas Degenerget_contact— Get contact information for Jonas Degener