← All concepts

context abstraction layer

3 articles · 14 co-occurring · 0 contradictions · 0 briefs

MCP serves as abstraction layer decoupling context providers (servers) from context consumers (Claude, Cursor, etc.), enabling reuse without reimplementation.

MCP is a concrete implementation of the pattern of abstracting context retrieval behind a standardized protocol, allowing AI systems to request context without implementing data source logic.

MCP serves as abstraction layer decoupling context providers (servers) from context consumers (Claude, Cursor, etc.), enabling reuse without reimplementation.

The shared core + framework adapters is a concrete instantiation of abstracting away context-specific details (framework contracts) to maintain a single source of truth

query this concept
$ db.articles("context-abstraction-layer")
$ db.cooccurrence("context-abstraction-layer")
$ db.contradictions("context-abstraction-layer")