MCP.so
Sign In

Universal Source Management System

@YUZongmin

About Universal Source Management System

A flexible system for managing various types of sources (papers, books, webpages, etc.) and integrating them with knowledge graphs.

Basic information

Category

Databases

License

MIT

Runtime

python

Transports

stdio

Publisher

YUZongmin

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "sqlite-literature-management-fastmcp-mcp-server": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "sqlite-lit-mcp",
        "."
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Universal Source Management System?

A lightweight FastMCP server for managing literature, notes, entity links, and reading-list resources in a local SQLite database. It is designed for researchers and users who need to organize and query their own source library without relying on an external memory graph.

How to use Universal Source Management System?

Create a SQLite database from the provided schema (create_sources_db.sql), then install the FastMCP server with the database path via fastmcp install. Alternatively, run the server as a Docker container with a persistent volume. The server exposes a set of tools and resources for reading, adding, and updating sources, notes, and entity links.

Key features of Universal Source Management System

  • Local SQLite-backed source management
  • Notes attached to sources
  • Entity links between sources and named concepts
  • Read-only database inspection tools
  • MCP resources for source lookup and reading lists
  • Normalized identifier storage with a transitional JSON cache

Use cases of Universal Source Management System

  • Managing a personal literature or source database
  • Adding and annotating research papers or web pages
  • Linking sources to entities such as concepts or authors
  • Maintaining reading lists (unread, reading) with status updates
  • Batch importing sources with duplicate detection

FAQ from Universal Source Management System

What identifier types are supported?

Supported types: semantic_scholar, doi, arxiv, openalex, pmid, isbn, url.

What entity relation types are available?

Available types: discusses, introduces, extends, evaluates, applies, critiques, supports, contradicts, refutes.

Does Universal Source Management System integrate with MCP Memory Server?

No, it does not integrate with MCP Memory Server or an external memory graph.

How does duplicate handling work during batch import?

Exact identifier matches return a "Source already exists" message. Title-based fuzzy matches warn about potential duplicates. Successful writes return results in input order.

What are the runtime requirements?

The server requires Python with FastMCP installed. It can run locally or as a containerized stdio MCP server via Docker. The database is a local SQLite file.

Comments

More Databases MCP servers