← seanfloyd.dev
INDIVIDUAL MCP TOOL
get_recent_github_activity
Get Sean Floyd's most recent PUBLIC GitHub activity (live, not in the static profile).
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.seanfloyd-dev]
url = "https://seanfloyd.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"seanfloyd-dev": {
"type": "http",
"url": "https://seanfloyd.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: seanfloyd-dev
Remote MCP URL: https://seanfloyd.dev/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": {
"seanfloyd-dev": {
"url": "https://seanfloyd.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"seanfloyd-dev": {
"type": "http",
"url": "https://seanfloyd.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "seanfloyd-dev",
"transport": "streamable-http",
"url": "https://seanfloyd.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_sections— List the top-level sections of Sean Floyd's profile (each slug and what it covers).get_contact— How to reach Sean Floyd and his availability: engagement, location/time zones, email, booking link.get_availability— Sean Floyd's next OPEN booking slots (live from his calendar) plus booking links, by meeting length.search_profile— Search Sean Floyd's profile for the sections most relevant to a query, by keyword.get_section— Read the full text of one section of Sean Floyd's profile, by its slug (from search_profile).get_open_source_contributions— List Sean Floyd's open-source contributions to OTHER people's projects over time (live): merged and open pull requests plus maintainer-actioned issues, across the Ruby/infra ecosystem, back years.