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.
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.
Frequently asked questions
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.
Basic information
More Databases MCP servers
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
Postgres Mcp
crystaldbaPostgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
Comments