1. Conduid
  2. Developer Tools
  3. Origin
MCP server · Developer Tools

Origin

Local-first memory layer for AI agents - MCP server

49Fair

Scored 2 months ago · breakdown

About Origin

Origin is an MCP server published by dstotijn in the Developer Tools category: local-first memory layer for AI agents - MCP server. It has been installed 0 times through Conduid.

The repository has 4 stars and 1 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-origin
Claude Code
claude mcp add origin -- npx -y origin-mcp
npx
npx -y origin-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Origin

Powered by Claude · Grounded in docs

I know everything about Origin. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.1.0v0.1.0 · 19 Mar 2025Changelog 1d705d233d33f1698a636452a7097904d0494c7f Initial commit Released by [GoReleaser](https://github.com/goreleaser/goreleaser).

README

🌱 mcp-origin

One MCP server to rule (well... manage) them all.

Features

  • Connect to multiple MCP servers via a single MCP proxy
  • Proxy tool calls to the appropriate server using a consistent naming scheme
  • Store server configurations in a simple JSON configuration file
  • Automatic tool discovery and registration from connected MCP servers

TODO

  • Use external MCP registry service for discovery
  • Support SSE for proxied MCP servers

Usage

Use the following command and args for MCP over stdio:

npx binrun github.com/dstotijn/mcp-origin@latest

Available Tools

mcp-origin provides the following built-in tools:

search_mcp_servers

Search for available MCP servers that can be installed.

[!IMPORTANT] This tool isn't implemented yet.

install_mcp_server

Install and connect to an MCP server. This tool requires the following parameters:

{
  "id": "foobar",                          // Unique identifier for the MCP server
  "type": "stdio",                         // Connection type (currently only "stdio" is supported)
  "command": "npx",                        // Command to execute to start the MCP server
  "args": ["-y", "@acme/mcp-foobar", ...]  // Arguments to pass to the command
}

uninstall_mcp_server

Remove an MCP server from the configuration and disconnect from it. This tool requires the following parameter:

{
  "id": "foobar" // The ID of the server to uninstall
}

refresh_tools

Refresh the list of tools from connected MCP servers. This tool accepts an optional parameter:

{
  "server_id": "foobar" // Optional: Only refresh tools for this specific server
}

Proxied Tools

All tools from connected MCP servers are available with the prefix serverID., where serverID is the unique identifier for the MCP server.

For example, if you have a server installed with ID foobar that provides a tool called search, the tool will be listed and is callable as foobar.search.

Command-line Options

  • --http: HTTP listen address (default: ":8080")
  • --stdio: Enable stdio transport (default: true)
  • --sse: Enable SSE transport (default: false)
  • --config: Path to configuration file (default: "~/.config/mcp-origin/mcp_origin_config.json")

License

Apache-2.0 license


© 2025 David Stotijn

README mirrored from the source repository 2 months ago. The original is authoritative.

Questions

About Origin

How do I install Origin?

Run npx mcp-origin, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Origin safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Origin still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.