# Sqlite Mcp

> MCP server for SQLite

- **Type:** MCP server
- **Install:** `agentstack add mcp-egoist-sqlite-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [egoist](https://agentstack.voostack.com/s/egoist)
- **Installs:** 0
- **Category:** [Databases](https://agentstack.voostack.com/c/databases)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [egoist](https://github.com/egoist)
- **Source:** https://github.com/egoist/sqlite-mcp

## Install

```sh
agentstack add mcp-egoist-sqlite-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# sqlite-mcp

```json
{
  "mcpServers": {
    "sqlite": {
      "command": "bunx sqlite-mcp@latest",
      "env": {
        "DATABASE_URL": "/path/to/db.sqlite"
      }
    }
  }
}
```

[🛠️ Add it to ChatWise](https://chatwise.app/mcp-add?json=ewogICJtY3BTZXJ2ZXJzIjogewogICAgInNxbGl0ZSI6IHsKICAgICAgImNvbW1hbmQiOiAiYnVueCBzcWxpdGUtbWNwQGxhdGVzdCIsCiAgICAgICJlbnYiOiB7CiAgICAgICAgIkRBVEFCQVNFX1VSTCI6ICIvcGF0aC90by9kYi5zcWxpdGUiCiAgICAgIH0KICAgIH0KICB9Cn0=).

## Notes

`DATABASE_URL` supports file path or [LibSQL](https://docs.turso.tech/libsql) connection string.

## Examples

Use it with ChatWise's local database:

```json
{
  "mcpServers": {
    "chatwise_sqlite": {
      "command": "bunx sqlite-mcp@latest",
      "env": {
        "DATABASE_URL": "$HOME/Library/Application Support/app.chatwise/app.db"
      }
    }
  }
}
```

[ Add it to ChatWise (macOS)](https://chatwise.app/mcp-add?json=ewogICJtY3BTZXJ2ZXJzIjogewogICAgImNoYXR3aXNlX3NxbGl0ZSI6IHsKICAgICAgImNvbW1hbmQiOiAiYnVueCBzcWxpdGUtbWNwQGxhdGVzdCIsCiAgICAgICJlbnYiOiB7CiAgICAgICAgIkRBVEFCQVNFX1VSTCI6ICIkSE9NRS9MaWJyYXJ5L0FwcGxpY2F0aW9uIFN1cHBvcnQvYXBwLmNoYXR3aXNlL2FwcC5kYiIKICAgICAgfQogICAgfQogIH0KfQ==) [🪟 Add it to ChatWise (Windows)](https://chatwise.app/mcp-add?json=ewogICJtY3BTZXJ2ZXJzIjogewogICAgImNoYXR3aXNlX3NxbGl0ZSI6IHsKICAgICAgImNvbW1hbmQiOiAiYnVueCBzcWxpdGUtbWNwQGxhdGVzdCIsCiAgICAgICJlbnYiOiB7CiAgICAgICAgIkRBVEFCQVNFX1VSTCI6ICIkSE9NRS9BcHBEYXRhL1JvYW1pbmcvYXBwLmNoYXR3aXNlL2FwcC5kYiIKICAgICAgfQogICAgfQogIH0KfQo=).

## License

MIT

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [egoist](https://github.com/egoist)
- **Source:** [egoist/sqlite-mcp](https://github.com/egoist/sqlite-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-egoist-sqlite-mcp
- Seller: https://agentstack.voostack.com/s/egoist
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
