← jonasdegener.com
INDIVIDUAL MCP TOOL
search_content
Search across all content types (projects, blog posts, notes, photo albums) by keyword
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
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 contentread_blog_post— Read a specific blog post by slugget_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 Degener