Metadata-Version: 2.4
Name: tracenor-mcp
Version: 1.0
Summary: Protocol-clean STDIO MCP connector for Tracenor.
Project-URL: Homepage, https://github.com/i9clouds/sharedmemoryai/tree/main/packages/mcp-server
Project-URL: Repository, https://github.com/i9clouds/sharedmemoryai.git
Project-URL: Issues, https://github.com/i9clouds/sharedmemoryai/issues
Author: i9clouds
License: UNLICENSED
Keywords: mcp,model-context-protocol,stdio,tracenor
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Requires-Dist: httpx<1,>=0.28
Requires-Dist: mcp<2,>=1.26
Description-Content-Type: text/markdown

# Tracenor MCP STDIO connector

Install the public package with uv:

```sh
uv tool install tracenor-mcp
```

Then register `tracenor-mcp` as an STDIO MCP server in your host. It requires
`SHAREDMEMORY_API_URL` and `SHAREDMEMORY_API_KEY`; see the full
[configuration guide](../../docs/mcp-stdio.md).

`tracenor-mcp` exposes four tools to an MCP-capable local host:

- `get_active_context`
- `search_memories`
- `propose_memory`
- `create_approved_memory`

The process owns the Git collector. Agents never select a workspace, vault,
repository, repository root or trusted Git metadata. The API determines which
vaults are eligible from the authenticated API key, platform permissions and
the trusted local Git detection.

See [`docs/mcp-stdio.md`](../../docs/mcp-stdio.md) for host setup and security
requirements.
