Loopback
A loopback transport that allows in memory communication between model context protocol clients and servers
Ask AI about Loopback
Powered by Claude · Grounded in docs
I know everything about Loopback. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
MCP Extras
This repository contains a collection of extra features and enhancements for the Model Context Protocol (MCP) that are not part of the official MCP specification.
- Loopback Transport: A transport implementation that allows for local communication between MCP clients and servers without the need for network communication.
External Links
Installation and compilation
This repository uses yarn workspaces to manage dependencies. Once you have cloned the repository, to install the dependendencies, run the following command in the root directory:
yarn
Testing
You can run the tests by (in the root directory, or in a single package):
yarn test
Contributing
We welcome contributions to the @mcp-extras! This document outlines the process for contributing to the project.
