Metadata-Version: 2.4
Name: atlas-context-mcp
Version: 0.1.0
Summary: MCP server that gives AI coding agents structured project knowledge — standards, tools, conventions, structure
Project-URL: Homepage, https://github.com/Tomosius/atlas
Project-URL: Repository, https://github.com/Tomosius/atlas
Project-URL: Issues, https://github.com/Tomosius/atlas/issues
Project-URL: Documentation, https://tomosius.github.io/atlas
Author: Tomas
License-Expression: MIT
License-File: LICENSE
Keywords: ai,claude,coding-agent,context,developer-tools,knowledge,mcp
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: mcp>=1.0
Description-Content-Type: text/markdown

# Atlas

MCP server that gives AI coding agents structured project knowledge.

**[Documentation](https://tomosius.github.io/atlas/)**

## Installation

```bash
uvx atlas-context-mcp
```

## Usage

Configure in your MCP-compatible editor (Claude Desktop, Zed, etc.):

```json
{
  "mcpServers": {
    "atlas": {
      "command": "uvx",
      "args": ["atlas-context-mcp"]
    }
  }
}
```

## Status

In beta — breaking changes may occur at any time.

## License

**Free to use during beta**, including for commercial internal use.

Licensed under the [Business Source License 1.1](LICENSE).  
Created by [Tomas Pecukevicius](https://github.com/Tomosius/atlas).

- Individual developers: free, forever.
- Companies using it as a tool: free during beta.
- Companies building a product on top of Atlas: [contact for a commercial license](mailto:pecukevicius@gmail.com).
- Converts to MIT on **2027-01-01**.

If you build something with Atlas, attribution is required — see [LICENSE](LICENSE).
