A personal content server speaking Model Context Protocol (MCP/JSON-RPC 2.0).
Connect Humanmcp Go to Claude, Cursor or any other MCP client and it stops being a tab you switch to. A personal content server speaking Model Context Protocol (MCP/JSON-RPC 2.0). The humanmcp go mcp server is what makes that connection.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
get_author_profile — Who is kapoost — bio, content overview, how to browselist_content — Browse all pieces with metadata, filter by type or tagread_content — Read a piece — respects all access gatessearch_content — Full-text search across all piecesrequest_access — Get gate details for locked contentsubmit_answer — Unlock challenge-gated contentlist_blobs — Browse typed data artifactsread_blob — Read image, contact, dataset, vector (respects audience)verify_content — Verify Ed25519 signatureget_certificate — Full IP certificate: license, price, originality index, hash, signatureupgrade_timestamp — Upgrade OTS proof to Bitcoin-anchoredrequest_license — Declare intended use, get terms, logged for auditConfiguration is passed through the environment: VAULT_URL, EDIT_TOKEN, SIGNING_PRIVATE_KEY, SIGNING_PUBLIC_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
This sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Humanmcp Go's toolset — get_author_profile, list_content, read_content and 11 more — is a fair guide to whether it matches your workflow. It is maintained by kapoost; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Humanmcp Go's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_author_profile | Who is kapoost — bio, content overview, how to browse |
| list_content | Browse all pieces with metadata, filter by type or tag |
| read_content | Read a piece — respects all access gates |
| search_content | Full-text search across all pieces |
| request_access | Get gate details for locked content |
| submit_answer | Unlock challenge-gated content |
| list_blobs | Browse typed data artifacts |
| read_blob | Read image, contact, dataset, vector (respects audience) |
| verify_content | Verify Ed25519 signature |
| get_certificate | Full IP certificate: license, price, originality index, hash, signature |
| upgrade_timestamp | Upgrade OTS proof to Bitcoin-anchored |
| request_license | Declare intended use, get terms, logged for audit |
| leave_comment | Leave a reaction — visible in author dashboard |
| leave_message | Send a direct note (max 2000 chars, URLs welcome) |
{
"mcpServers": {
"kapoost": {
"type": "http",
"url": "https://kapoost.humanmcp.net/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| VAULT_URL | Endpoint or connection string the server talks to. | Yes |
| EDIT_TOKEN | Credential the server authenticates with. | Yes |
| SIGNING_PRIVATE_KEY | Credential the server authenticates with. | Yes |
| SIGNING_PUBLIC_KEY | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.