You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: improve npx execution support and restore README
- Fix main module detection to properly handle npx execution
- Add support for .bin/littlesis-mcp path detection
- Revert README.md to full documentation (from commit f854ff9)
- Add Dockerfile for containerization
- Update smithery.yml to smithery.yaml format
An MCP (Model Context Protocol) server that provides access to the [LittleSis API](https://littlesis.org/api) for tracking corporate power and accountability relationships.
4
7
8
+
### Installing via Smithery
9
+
10
+
To install littlesis-mcp for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@code-rabi/littlesis-mcp):
11
+
12
+
```bash
13
+
npx -y @smithery/cli install @code-rabi/littlesis-mcp --client claude
14
+
```
15
+
5
16
## API Coverage
6
17
7
18
This MCP server implements all major LittleSis API endpoints:
0 commit comments