Docs / MCP
Connect career-memos to Claude.
career-memos publishes a Model Context Protocol server at
https://memos.m9sh.com/mcp.
Claude (and any MCP client) calls tools to read and write your career data.
Two ways to authenticate.
Anthropic Custom Connector (recommended)
Add the URL above to Claude's Custom Connector dialog. Claude auto-registers as an OAuth client (RFC 7591), prompts you to authorize, and starts calling tools as you. Read-only on Free, read + write on Pro.
API key
For non-Claude clients. Generate one in
Account → API keys
and pass it in the X-API-Key
header. Same tier limits apply.
Tool catalogue.
The full catalogue ships per-iteration. Below: the read surface that lands first.
| get_profile | Person + active Variation |
| list_roles | Chronological roles, optional filters |
| get_role | One role with accomplishments + tech stack + linked narrative |
| list_accomplishments | Searchable across roles, by tag or query |
| list_skills | Categories with items |
| list_education | Institutions, degrees, publications |
| list_projects | Personal + open-source |
| search_career | Full-text across the whole graph |
| list_growth_paths | Active + paused targets |
| analyze_growth_gap | Skills covered vs. missing for a path |
Sign up to generate an API key.