SSMS is tightly coupled to SQL Server in the sense that it is designed to work with SQL Server databases. However, it's important not to confuse the two.
SQL Server -- the objects themselves, tables, views, stored procedures, etc.
SSMS -- tools to create, modify or delete objects in the SQL...