
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@tekbreed/tekmemo-mcp-server
Advanced tools
@tekbreed/tekmemo-mcp-serverModel Context Protocol (MCP) server for TekMemo — expose agent memory as MCP tools, resources, and prompts.
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.
npm install -D @tekbreed/tekmemo-mcp-server
Or use directly via npx in your client's configuration:
npx -y @tekbreed/tekmemo-mcp-server --help
You can configure your MCP client (e.g., Claude Desktop or Cursor) to start the server via stdio.
{
"mcpServers": {
"tekmemo": {
"command": "npx",
"args": [
"-y",
"@tekbreed/tekmemo-mcp-server",
"--runtime", "local",
"--root", "/absolute/path/to/project"
]
}
}
}
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.
See our central Contributing Guide and development scripts for details on formatting, linting, and testing within the monorepo.
MIT
FAQs
TekMemo MCP Server package.
The npm package @tekbreed/tekmemo-mcp-server receives a total of 2 weekly downloads. As such, @tekbreed/tekmemo-mcp-server popularity was classified as not popular.
We found that @tekbreed/tekmemo-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.