New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@tekbreed/tekmemo-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tekbreed/tekmemo-mcp-server

TekMemo MCP Server package.

alpha
latest
Source
npmnpm
Version
1.0.0-alpha.0
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

@tekbreed/tekmemo-mcp-server

Model Context Protocol (MCP) server for TekMemo — expose agent memory as MCP tools, resources, and prompts.

What is this?

The @tekbreed/tekmemo-mcp-server package allows AI coding agents (like Claude Desktop, Cursor, Zed, and OpenCode) to securely read, search, and update project memory using the Model Context Protocol (MCP). It wraps the core runtime and exposes 40+ standardized tools for memory operations, cloud syncing, graph search, and AgentFS sandboxing.

Installation

npm install -D @tekbreed/tekmemo-mcp-server

Or use directly via npx in your client's configuration:

npx -y @tekbreed/tekmemo-mcp-server --help

Quick Start

You can configure your MCP client (e.g., Claude Desktop or Cursor) to start the server via stdio.

Claude Desktop / Cursor Config

{
  "mcpServers": {
    "tekmemo": {
      "command": "npx",
      "args": [
        "-y",
        "@tekbreed/tekmemo-mcp-server",
        "--runtime", "local",
        "--root", "/absolute/path/to/project"
      ]
    }
  }
}

Configuration and Usage

The server supports advanced runtime modes (local, cloud, hybrid, memory), customizable read/write policies, and a strict --read-only flag to block mutating tools when used with untrusted clients.

For comprehensive setup instructions across all major AI tools, the full list of exposed tools and resources, and runtime mode options, please refer to the Full Documentation.

Contributing

See our central Contributing Guide and development scripts for details on formatting, linting, and testing within the monorepo.

License

MIT

Keywords

mcp

FAQs

Package last updated on 15 Jun 2026

Related posts