@hasna/contacts
v0.6.18
Published
Contact management for AI coding agents — CLI + MCP + Web
Downloads
862
Maintainers
Readme
@hasna/contacts
Contact management for AI coding agents — CLI + MCP + Web
Install
npm install -g @hasna/contactsCLI Usage
contacts --helpMCP Server
contacts-mcpHTTP mode
Long-lived Streamable HTTP transport (stateless, bind 127.0.0.1 only):
contacts-mcp --http # default port 8809
contacts-mcp --http --port 8809
MCP_HTTP=1 contacts-mcp- Health:
GET http://127.0.0.1:8809/health - MCP:
http://127.0.0.1:8809/mcp
The REST server (contacts-serve) also exposes /health and /mcp when running.
REST API
contacts-serveCloud Sync
This package supports cloud sync via @hasna/cloud:
cloud setup
cloud sync push --service contacts
cloud sync pull --service contactsData Directory
Data is stored in ~/.hasna/contacts/.
License
Apache-2.0 -- see LICENSE
