Model Context Protocol (MCP) - UOR Implementation

Model Context Protocol (MCP) - UOR Implementation

A GitHub-based implementation of the Model Context Protocol that enables LLMs to access and manipulate data in a Universal Object Reference (UOR) framework, providing standardized interfaces for object management with decentralized storage.

Category
访问服务器

README

Model Context Protocol (MCP) - UOR Implementation

Overview

The Model Context Protocol (MCP) implementation for the Universal Object Reference (UOR) Framework provides a standardized way for LLMs to access and manipulate UOR data. This implementation uses GitHub for data storage and version control, enabling a decentralized approach to UOR data management.

Architecture

This implementation follows the core UOR architecture, built around the trilateral coherence relationship between:

  1. Objects: The entities being represented
  2. Representations: Base-independent canonical forms of objects
  3. Observer Frames: Perspectives from which objects are viewed

The MCP server inherits from the UOR abstract TypeScript class, ensuring that all UOR invariant properties are maintained while providing an interface compatible with the MCP specification.

GitHub Integration

Server Hosting

  • Hosted via GitHub Pages from github.com/UOR-Foundation/mcp
  • Requires no dedicated server infrastructure
  • Serves the MCP protocol endpoint via HTTPS
  • Uses branch-specific deployments for version control

User Data Management

  • Each user can authenticate with GitHub credentials
  • Upon authentication, creates/accesses a personal github.com/<username>/uordb repository
  • All user data is stored in their personal repository
  • Repository structure follows the UOR schema organization with directories for: concepts, resources, topics, and predicates

Data Operations

  • Read: Fetches data via GitHub's raw content API (https://raw.githubusercontent.com/<username>/uordb/main/...)
  • Write: Commits changes to the user's uordb repository using GitHub API
  • All operations maintain the UOR base-independent canonical representation
  • Changes are versioned through Git commit history with metadata that maintains UOR coherence

Namespace Resolution

  • Each user's data exists in their own GitHub namespace (<username>/uordb)
  • Users can create resolver records in their namespace that point to other namespaces
  • Resolver records are stored in a standard format at <username>/uordb/resolvers/
  • The MCP client can traverse these resolver records to query across namespaces
  • Creates a decentralized network of UOR content across GitHub repositories
  • Circular references are detected and handled appropriately

Protocol Implementation

The MCP implementation supports the standard MCP protocol features:

Resources

  • Provides access to UOR objects through standardized resource URIs
  • Resources include concepts, topics, predicates, and other information resources
  • All resources maintain canonical, base-independent representation
  • Resource URIs follow the pattern: uor://<namespace>/<type>/<id>
  • Supports HTTP transports mapped to GitHub raw content URLs

Tools

  • Supports CRUD operations on UOR objects
  • Provides querying capabilities across namespaces
  • Enables relationship traversal using predicate connections
  • Implements standardized MCP tool interfaces for UOR operations
  • Tool calls are authenticated against GitHub credentials

Observer Frames

  • Maintains consistent representation across different observer frames
  • Supports transformation between frames while preserving essential information
  • Implements frame-specific views while maintaining the invariant representation
  • Frame transformations are implemented through TypeScript transform functions

UOR Core Features

This implementation provides access to the UOR core features:

Prime Decomposition

  • Objects are factorized into their irreducible components
  • Factorization is unique and observer-independent
  • Implemented using the UOR abstract class methods for decomposition
  • Decomposition is cached for performance but recalculated when objects change

Canonical Representation

  • Each object has a unique, basis-independent representation
  • Representations maintain coherence across transformations
  • JSON serialization maintains the canonical structure
  • Implements UOR schema validation on all representations

Trilateral Coherence

  • Consistency is maintained between object, representation, and observer
  • Coherence measures quantify representational integrity
  • Coherence is verified during all write operations
  • Leverages the UOR kernel invariants inherited from the abstract class

Data Types and Schema Support

  • Supports all standard JSON Schema data types
  • Extends schema support beyond schema.org to custom domain schemas
  • Multimedia content uses chunked representation for efficient storage
  • All schemas conform to the UOR base-independent representation
  • Large artifacts use the Artifact schema for chunked storage

Security and Privacy

  • Authentication is handled via GitHub's OAuth system
  • Users maintain full control over their personal repositories
  • Cross-namespace queries only access publicly available data or repositories where the user has explicit access
  • Rate limiting follows GitHub API limits
  • OAuth scopes are limited to the specific repositories needed

Getting Started

Local Development

  1. Clone this repository: git clone https://github.com/UOR-Foundation/mcp.git
  2. Install dependencies: npm install
  3. Start the development server: npm run dev
  4. Start the client in development mode: npm run dev:client
  5. Access the client at http://localhost:8080

GitHub Pages Deployment

The easiest way to use the MCP server is through our GitHub Pages deployment:

  1. Visit https://UOR-Foundation.github.io/mcp/
  2. Configure the application with your GitHub Client ID and Token Exchange Proxy
  3. Authenticate with GitHub to access your UOR data
  4. Start using the MCP protocol with your LLM applications

Creating Your Own Deployment

To deploy your own instance:

  1. Fork this repository
  2. Create a GitHub OAuth application in your GitHub Developer Settings
    • Set the Authorization Callback URL to https://your-username.github.io/mcp/auth-callback.html
  3. Create a token exchange proxy (see Token Exchange Proxy Guide)
  4. Run the deployment script: ./deploy-to-github-pages.sh
  5. Access your deployment at https://your-username.github.io/mcp/

Alternatively, you can use URL parameters to configure your deployment:

https://your-username.github.io/mcp/?github_client_id=YOUR_CLIENT_ID&token_exchange_proxy=YOUR_PROXY_URL

Usage with LLM Applications

To use this MCP server with LLM applications:

  1. Configure your LLM app to use the MCP endpoint: https://UOR-Foundation.github.io/mcp/mcp
  2. Authenticate your users with GitHub
  3. Access UOR objects using the standard MCP protocol methods:
    • initialize - Set up the connection
    • tools/list - List available UOR tools
    • resources/list - List available UOR resources
    • tools/call - Execute UOR operations

Repository Structure

/mcp
├── src/
│   ├── core/           # UOR abstract classes implementation
│   ├── github/         # GitHub API integration
│   ├── mcp/            # MCP protocol implementation
│   ├── resolvers/      # Namespace resolution logic
│   └── server.ts       # Main server entry point
├── types/              # TypeScript type definitions
├── config/             # Configuration files
├── test/               # Test suite
└── public/             # Static files for GitHub Pages

Implementation Details

The MCP implementation is built as a TypeScript application that inherits from the UOR abstract class. It provides a faithful implementation of the Model Context Protocol while leveraging the mathematical foundation of the UOR Framework.

The server uses the following key technologies:

  • TypeScript for type-safe implementation
  • GitHub API for storage and authentication
  • JSON Schema for validation
  • MCP protocol for client/server communication

All content is stored in its reversible, base-independent representation, ensuring information integrity regardless of how the data is accessed or viewed. This implementation maintains a clean separation between the UOR kernel (abstract class) and the MCP protocol layer, allowing for future protocol upgrades without affecting the core UOR functionality.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选