Model Context Protocol

MCP Server

https://theanotherwise.com/mcp

Public, read-only access to Knowledge, CV, About Me, Chrome extensions, and live repository metadata. Streamable HTTP, no authentication.

01

Codex

Adds the server to the shared Codex configuration.

Add server
codex mcp add theanotherwise --url https://theanotherwise.com/mcp

Verifycodex mcp list

02

Claude Code

Adds the server at user scope so it is available across projects.

Add server
claude mcp add --transport http --scope user theanotherwise https://theanotherwise.com/mcp

Verifyclaude mcp get theanotherwise

Available tools

  • knowledge_listList services and topics.
  • knowledge_getRead a Knowledge document.
  • cv_getRead the latest CV metadata.
  • cv_profile_getRead the current CV profile.
  • about_getRead public contact details.
  • extensions_listList Chrome extensions.
  • repositories_listList live repository metadata.
  • site_searchSearch all public site content.