MCP server for Adminica — library search and RAG chat in Cursor, Claude Desktop, VS Code
Project description
adminica-mcp
MCP server for Adminica — search the knowledge archive and ask RAG-grounded questions from Cursor, Claude Desktop, VS Code, and other MCP clients.
No git clone required — install from PyPI:
pip install adminica-mcp
which adminica-mcp # use this path in MCP config if the IDE does not find the command
Tools
| Tool | Description |
|---|---|
search_library |
Vector search in the Adminica archive |
ask_adminica |
Full RAG answer (POST /api/v1/query, requires API key) |
get_library_entry |
Library entry card by UUID |
adminica_health |
Check Adminica /health |
Environment
| Variable | Required | Default |
|---|---|---|
ADMINICA_API_KEY |
for ask_adminica |
— |
ADMINICA_API_URL |
no | https://adminica.ru/api/v1 |
Create an API key at adminica.ru/profile → Security.
MCP client config
{
"mcpServers": {
"adminica": {
"command": "adminica-mcp",
"env": {
"ADMINICA_API_KEY": "ak_YOUR_KEY"
}
}
}
}
Full guide: adminica.ru/api/docs/#mcp
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file adminica_mcp-1.0.1.tar.gz.
File metadata
- Download URL: adminica_mcp-1.0.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0e571d11c1b608e7d54d51f8273d1d829fa24562e3fb8193bb3bccc2b8485d6
|
|
| MD5 |
dd61b0e3251ee19ea177d4f4000d27f3
|
|
| BLAKE2b-256 |
baf5c651815d25856f76207344c755b870302097d0c1f54c331b58f965a8b8fe
|
File details
Details for the file adminica_mcp-1.0.1-py3-none-any.whl.
File metadata
- Download URL: adminica_mcp-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bea7ec8663829fc406c23c690d14ef4ddfde6a2929d5791e6d37da63e290fa0
|
|
| MD5 |
a45b402915123ae758dac6881b55ebb9
|
|
| BLAKE2b-256 |
b4236fda1b9e4811a3562e708f0102e2194140926525f09f0ff4eb6b37902c44
|