streamable-httpupdated 29d ago
This repo is a self-contained Claude Code plugin marketplace. It ships one plugin, personhood-humanize, which bundles the hosted Personhood MCP connector (remote streamable-HTTP server at https://api.givepersonhood.com/mcp) and a skill that fires on humanize intents and documents how to use it.
What can you do with personhood?
Personhood Claude Code plugin + marketplace
This repo is a self-contained Claude Code plugin marketplace. It ships one
plugin, personhood-humanize, which bundles the hosted Personhood MCP
connector (remote streamable-HTTP server at
https://api.givepersonhood.com/mcp) and a skill that fires on
humanize intents and documents how to use it.
Layout
.
āāā .claude-plugin/
ā āāā marketplace.json # marketplace catalog (lists the plugin)
āāā plugins/
ā āāā personhood-humanize/
ā āāā .claude-plugin/
ā ā āāā plugin.json # plugin manifest (references .mcp.json)
ā āāā .mcp.json # bundled remote MCP connector
ā āāā skills/
ā āāā personhood-humanize/
ā āāā SKILL.md # the humanize skill
āāā README.md
Install
/plugin marketplace add Astral-Agent/personhood-mcp
/plugin install personhood-humanize@personhood
Or from a local checkout:
/plugin marketplace add .
/plugin install personhood-humanize@personhood
Authentication
The bundled connector reads your API key from the PERSONHOOD_API_KEY environment
variable (no secret is stored in the plugin):
export PERSONHOOD_API_KEY="<your-personhood-api-key>"
Create the key (it starts with the hmz_live_ prefix) in Personhood settings, then
restart the client. See the skill's SKILL.md for tool usage and manual setup for
other MCP clients (Cursor, etc.).
Install
Add personhood to your client. Pick the one you use.
claude mcp add --transport http personhood https://api.givepersonhood.com/mcpcodex mcp add personhood --url https://api.givepersonhood.com/mcp{
"mcpServers": {
"personhood": {
"url": "https://api.givepersonhood.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"personhood": {
"type": "http",
"url": "https://api.givepersonhood.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"personhood": {
"url": "https://api.givepersonhood.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"personhood": {
"serverUrl": "https://api.givepersonhood.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 21 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint ā no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 10, 2026 |