Content
# MCP Server
## Overview
Reference server implementation for the Machine-Centric Protocol (MCP) on Solana. This server handles context metadata, wallet integration, and bridges between agents and off-chain services.
## Features
- **Context Metadata**: Loading and caching of context definitions
- **Wallet Integration**: Support for Solana wallets (Phantom, Backpack, etc.)
- **Agent Bridge**: Connection layer between agents and off-chain services
- **API Endpoints**: RESTful and WebSocket interfaces for agent communication
## Development Setup
```bash
# Install dependencies
npm install
# Start development server
npm run dev
# Run tests
npm test
```
## Repository Structure
- `/src` - Server implementation including API routes and service integrations
- `/tests` - Unit and integration tests
- `/.github` - CI/CD workflows
## Links
- [Documentation](../mcp-docs)
- [Core Protocol](../mcp-core)
- [Agents](../mcp-agents)
- [Examples](../mcp-examples)
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
markitdown
Python tool for converting files and office documents to Markdown.
firecrawl
Firecrawl MCP Server enables web scraping, crawling, and content extraction.
Train-in-Silence
The first Task-Aware MCP server and automated VRAM calculator for LLM...
stacklit
108,000 lines of code. 4,000 tokens of index. One command makes any repo...
reaper-mcp
A comprehensive Model Context Protocol (MCP) server that enables AI agents...